Skip to main content

LevelControlCmdRequests

Trait LevelControlCmdRequests 

Source
pub trait LevelControlCmdRequests<P>: Sized{
    // Required method
    fn level_control_inv(self) -> LevelControlCmdRequestsView<P>;
}
Expand description

IM-client extension trait for the LevelControl cluster’s commands. use this trait to call .level_control_inv() on a crate::im::CmdDataArrayBuilder; the returned LevelControlCmdRequestsView exposes one method per command (cluster-prefix-free). .end() on the view closes the wrapped array.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§