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