pub type GuardResult<T> = Result<T, GuardError>;Expand description
Result type used by all guard operations.
Aliased Type§
pub enum GuardResult<T> {
Ok(T),
Err(GuardError),
}pub type GuardResult<T> = Result<T, GuardError>;Result type used by all guard operations.
pub enum GuardResult<T> {
Ok(T),
Err(GuardError),
}