pub type ControllerIsStartedResult = Result<bool, Error>;

Aliased Type§

enum ControllerIsStartedResult {
    Ok(bool),
    Err(Error),
}

Variants§

§1.0.0

Ok(bool)

Contains the success value

§1.0.0

Err(Error)

Contains the error value