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