Skip to main content

ControllerProbeEntryResult

Type Alias ControllerProbeEntryResult 

Source
pub type ControllerProbeEntryResult = Result<(), ControllerError>;

Aliased Type§

pub enum ControllerProbeEntryResult {
    Ok(()),
    Err(ControllerError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ControllerError)

Contains the error value