pub type ControlResetResult = Result<ControlResetResponse, ControlResetError>;

Aliased Type§

enum ControlResetResult {
    Ok(ControlResetResponse),
    Err(ControlResetError),
}

Variants§

§1.0.0

Ok(ControlResetResponse)

Contains the success value

§1.0.0

Err(ControlResetError)

Contains the error value