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