pub type Result<A, E = RecoveryError> = Result<A, E>;Expand description
Result type alias for the Recovery subsystem.
Aliased Type§
enum Result<A, E = RecoveryError> {
Ok(A),
Err(E),
}pub type Result<A, E = RecoveryError> = Result<A, E>;Result type alias for the Recovery subsystem.
enum Result<A, E = RecoveryError> {
Ok(A),
Err(E),
}