Skip to main content

GroupsWriteResponses

Trait GroupsWriteResponses 

Source
pub trait GroupsWriteResponses<'a> {
    // Required method
    fn groups_write_resp(&self) -> GroupsWriteResponsesView<'a, '_>;
}
Expand description

IM-client extension trait for extracting Groups-cluster per-attribute write statuses out of a generic crate::im::WriteResp. use this trait to call .groups_write_resp() on a WriteResp; the returned GroupsWriteResponsesView exposes one iterator method per writable attribute, each yielding (EndptId, Result<(), Error>).

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§