pub type RevocationResult<T> = Result<T, RevocationError>;
Expand description
A result type designed for RevocationBitmap2022
handling.
Aliased Type§
enum RevocationResult<T> {
Ok(T),
Err(RevocationError),
}
pub type RevocationResult<T> = Result<T, RevocationError>;
A result type designed for RevocationBitmap2022
handling.
enum RevocationResult<T> {
Ok(T),
Err(RevocationError),
}