pub type ShutdownResult<T> = Result<T, ShutdownError>;Expand description
Result type for shutdown operations.
Aliased Type§
pub enum ShutdownResult<T> {
Ok(T),
Err(ShutdownError),
}pub type ShutdownResult<T> = Result<T, ShutdownError>;Result type for shutdown operations.
pub enum ShutdownResult<T> {
Ok(T),
Err(ShutdownError),
}