Type Alias AlertSinkResult
pub type AlertSinkResult<T> = Result<T, AlertSinkError>;Expand description
Result type for alert sink operations.
Aliased Type§
pub enum AlertSinkResult<T> {
Ok(T),
Err(AlertSinkError),
}pub type AlertSinkResult<T> = Result<T, AlertSinkError>;Result type for alert sink operations.
pub enum AlertSinkResult<T> {
Ok(T),
Err(AlertSinkError),
}