pub type Result<T> = Result<T, SecKeyError>;Expand description
Keypair result
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SecKeyError),
}pub type Result<T> = Result<T, SecKeyError>;Keypair result
pub enum Result<T> {
Ok(T),
Err(SecKeyError),
}