xmpp_parsers::message

Trait MessagePayload

source
pub trait MessagePayload: TryFrom<Element> + Into<Element> { }
Expand description

Should be implemented on every known payload of a <message/>.

Object Safety§

This trait is not object safe.

Implementors§