Trait ruma_common::events::ToDeviceEventContent
source · [−]pub trait ToDeviceEventContent: EventContent<EventType = ToDeviceEventType> { }
Expand description
An alias for EventContent<EventType = ToDeviceEventType>
.