pub type Result<T> = Result<T, KeystoreError>;Expand description
Result alias used throughout the crate.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KeystoreError),
}pub type Result<T> = Result<T, KeystoreError>;Result alias used throughout the crate.
pub enum Result<T> {
Ok(T),
Err(KeystoreError),
}