pub type AuditResult<T> = Result<T, AuditError>;Expand description
Result type for audit operations
Aliased Type§
pub enum AuditResult<T> {
Ok(T),
Err(AuditError),
}pub type AuditResult<T> = Result<T, AuditError>;Result type for audit operations
pub enum AuditResult<T> {
Ok(T),
Err(AuditError),
}