pub type GainControlSetGainResult = Result<GainControlSetGainResponse, GainError>;

Aliased Type§

enum GainControlSetGainResult {
    Ok(GainControlSetGainResponse),
    Err(GainError),
}

Variants§

§1.0.0

Ok(GainControlSetGainResponse)

Contains the success value

§1.0.0

Err(GainError)

Contains the error value