pub type ThingdResult<T> = Result<T, ThingdError>;Expand description
Result type returned by thingd core operations.
Aliased Type§
pub enum ThingdResult<T> {
Ok(T),
Err(ThingdError),
}pub type ThingdResult<T> = Result<T, ThingdError>;Result type returned by thingd core operations.
pub enum ThingdResult<T> {
Ok(T),
Err(ThingdError),
}