pub type Result<T> = Result<T, FerrumError>;Expand description
Result type used throughout Ferrum
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(FerrumError),
}pub type Result<T> = Result<T, FerrumError>;Result type used throughout Ferrum
pub enum Result<T> {
Ok(T),
Err(FerrumError),
}