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