pub type Result<T> = Result<T, SIUnitsError>;Expand description
Result type used by this crate.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SIUnitsError),
}pub type Result<T> = Result<T, SIUnitsError>;Result type used by this crate.
pub enum Result<T> {
Ok(T),
Err(SIUnitsError),
}