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