pub type SleuthResult<T> = Result<T, SleuthError>;Expand description
Result type for Sleuth operations
Aliased Type§
pub enum SleuthResult<T> {
Ok(T),
Err(SleuthError),
}pub type SleuthResult<T> = Result<T, SleuthError>;Result type for Sleuth operations
pub enum SleuthResult<T> {
Ok(T),
Err(SleuthError),
}