Skip to main content

BooleanStateConfigurationCmdRequests

Trait BooleanStateConfigurationCmdRequests 

Source
pub trait BooleanStateConfigurationCmdRequests<P>: Sized{
    // Required method
    fn boolean_state_configuration_inv(
        self,
    ) -> BooleanStateConfigurationCmdRequestsView<P>;
}
Expand description

IM-client extension trait for the BooleanStateConfiguration cluster’s commands. use this trait to call .boolean_state_configuration_inv() on a crate::im::CmdDataArrayBuilder; the returned BooleanStateConfigurationCmdRequestsView 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§