Skip to main content

BasicInformationAttrReads

Trait BasicInformationAttrReads 

Source
pub trait BasicInformationAttrReads<P>: Sized{
    // Required method
    fn basic_information_read(self) -> BasicInformationAttrReadsView<P>;
}
Expand description

IM-client extension trait for the BasicInformation cluster’s attribute reads. use this trait to call .basic_information_read() on an crate::im::AttrPathArrayBuilder; the returned BasicInformationAttrReadsView exposes one method per attribute (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§