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