pub type ContextResult<T> = Result<T, ContextError>;Expand description
Result type with error context
Aliased Type§
pub enum ContextResult<T> {
Ok(T),
Err(ContextError),
}pub type ContextResult<T> = Result<T, ContextError>;Result type with error context
pub enum ContextResult<T> {
Ok(T),
Err(ContextError),
}