pub type SentinelResult<T> = Result<T, SentinelError>;Expand description
Result type alias for Sentinel operations
Aliased Type§
pub enum SentinelResult<T> {
Ok(T),
Err(SentinelError),
}pub type SentinelResult<T> = Result<T, SentinelError>;Result type alias for Sentinel operations
pub enum SentinelResult<T> {
Ok(T),
Err(SentinelError),
}