Type Alias SetLevelRequest

Source
pub type SetLevelRequest = Request<SetLevelRequestMethod, SetLevelRequestParam>;

Aliased Type§

pub struct SetLevelRequest {
    pub method: SetLevelRequestMethod,
    pub params: SetLevelRequestParam,
}

Fields§

§method: SetLevelRequestMethod§params: SetLevelRequestParam