pub type GainControlSetMuteResult = Result<GainControlSetMuteResponse, GainError>;

Aliased Type§

enum GainControlSetMuteResult {
    Ok(GainControlSetMuteResponse),
    Err(GainError),
}

Variants§

§1.0.0

Ok(GainControlSetMuteResponse)

Contains the success value

§1.0.0

Err(GainError)

Contains the error value