Skip to main content

ContentAppObserverCmdRequests

Trait ContentAppObserverCmdRequests 

Source
pub trait ContentAppObserverCmdRequests<P>: Sized{
    // Required method
    fn content_app_observer_inv(self) -> ContentAppObserverCmdRequestsView<P>;
}
Expand description

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