pub type Result<T> = Result<T, AuditError>;Available on crate feature
doc-audit only.Expand description
Result type for the documentation audit system.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AuditError),
}pub type Result<T> = Result<T, AuditError>;doc-audit only.Result type for the documentation audit system.
pub enum Result<T> {
Ok(T),
Err(AuditError),
}