pub type ControllerSendCommandResult = Result<(), ControllerError>;

Aliased Type§

enum ControllerSendCommandResult {
    Ok(()),
    Err(ControllerError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ControllerError)

Contains the error value