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