pub type GainControlSetGainResult = Result<GainControlSetGainResponse, GainError>;
Aliased Type§
enum GainControlSetGainResult {
Ok(GainControlSetGainResponse),
Err(GainError),
}
Variants§
Ok(GainControlSetGainResponse)
Contains the success value
Err(GainError)
Contains the error value