pub type Result<T> = Result<T, KeyStoreError>;Expand description
Result type for keystore operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KeyStoreError),
}pub type Result<T> = Result<T, KeyStoreError>;Result type for keystore operations
pub enum Result<T> {
Ok(T),
Err(KeyStoreError),
}