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