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