pub type ResultHotRestartError = Result<(), HotRestartError>;
Expand description
Result type alias for hot restart operations.
Aliased Type§
pub enum ResultHotRestartError {
Ok(()),
Err(HotRestartError),
}
pub type ResultHotRestartError = Result<(), HotRestartError>;
Result type alias for hot restart operations.
pub enum ResultHotRestartError {
Ok(()),
Err(HotRestartError),
}