pub type Result<T, E = KeyringError> = Result<T, E>;Expand description
Result type for keyring errors.
Aliased Type§
pub enum Result<T, E = KeyringError> {
Ok(T),
Err(E),
}pub type Result<T, E = KeyringError> = Result<T, E>;Result type for keyring errors.
pub enum Result<T, E = KeyringError> {
Ok(T),
Err(E),
}