Type Alias ResultHotRestartError

Source
pub type ResultHotRestartError = Result<(), HotRestartError>;
Expand description

Result type alias for hot restart operations.

Aliased Type§

pub enum ResultHotRestartError {
    Ok(()),
    Err(HotRestartError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(HotRestartError)

Contains the error value