Trait xmpp_parsers::pubsub::PubSubPayload
source · pub trait PubSubPayload: TryFrom<Element> + Into<Element> { }
Expand description
This trait should be implemented on any element which can be included as a PubSub payload.
Object Safety§
This trait is not object safe.