pub trait IqSetPayload: TryFrom<Element> + Into<Element> { }
Expand description
Should be implemented on every known payload of an <iq type='set'/>
.
Object Safety§
This trait is not object safe.
pub trait IqSetPayload: TryFrom<Element> + Into<Element> { }
Should be implemented on every known payload of an <iq type='set'/>
.