pub type ControlSetGainResult = Result<ControlSetGainResponse, ControlSetGainError>;

Aliased Type§

enum ControlSetGainResult {
    Ok(ControlSetGainResponse),
    Err(ControlSetGainError),
}

Variants§

§1.0.0

Ok(ControlSetGainResponse)

Contains the success value

§1.0.0

Err(ControlSetGainError)

Contains the error value