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

An alias for EventContent<EventType = ToDeviceEventType>.

Implementors