Trait ruma::events::ToDeviceEventContent
source · pub trait ToDeviceEventContent: EventContent<EventType = ToDeviceEventType> { }
Available on crate feature
events
only.Expand description
Content of a to-device event.
Object Safety§
This trait is not object safe.