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

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

Object Safety§

This trait is not object safe.

Implementors§