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