pub type ControlRemoveResult = Result<(), ControlRemoveError>;

Aliased Type§

enum ControlRemoveResult {
    Ok(()),
    Err(ControlRemoveError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ControlRemoveError)

Contains the error value