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