pub type AggregateMacResult<T> = Result<T, AggregateMacError>;Expand description
Result type for aggregate MAC operations.
Aliased Type§
pub enum AggregateMacResult<T> {
Ok(T),
Err(AggregateMacError),
}pub type AggregateMacResult<T> = Result<T, AggregateMacError>;Result type for aggregate MAC operations.
pub enum AggregateMacResult<T> {
Ok(T),
Err(AggregateMacError),
}