Skip to main content

ContentControlCmdRequests

Trait ContentControlCmdRequests 

Source
pub trait ContentControlCmdRequests<P>: Sized{
    // Required method
    fn content_control_inv(self) -> ContentControlCmdRequestsView<P>;
}
Expand description

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