pub type RestarterRestartResult = Result<(), RestartError>;

Aliased Type§

enum RestarterRestartResult {
    Ok(()),
    Err(RestartError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RestartError)

Contains the error value