Skip to main content

GroupsCmdRequests

Trait GroupsCmdRequests 

Source
pub trait GroupsCmdRequests<P>: Sized{
    // Required method
    fn groups_inv(self) -> GroupsCmdRequestsView<P>;
}
Expand description

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