pub type Result<T> = Result<T, KeystoneError>;Expand description
Convenient Result type wrapping Keystone errors.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KeystoneError),
}pub type Result<T> = Result<T, KeystoneError>;Convenient Result type wrapping Keystone errors.
pub enum Result<T> {
Ok(T),
Err(KeystoneError),
}