pub trait ToDeviceEventContent: EventContent<EventType = ToDeviceEventType> { }
Expand description

Content of a to-device event.

Object Safety§

This trait is not object safe.

Implementors§