pub type Result<T> = Result<T, AuditError>;Expand description
Result type alias for operations using the legacy AuditError.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AuditError),
}pub type Result<T> = Result<T, AuditError>;Result type alias for operations using the legacy AuditError.
pub enum Result<T> {
Ok(T),
Err(AuditError),
}