ControllerSendSignalResult

Type Alias ControllerSendSignalResult 

Source
pub type ControllerSendSignalResult = Result<(), SignalError>;

Aliased Type§

pub enum ControllerSendSignalResult {
    Ok(()),
    Err(SignalError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(SignalError)

Contains the error value