logo
pub trait ToDeviceEventContent: EventContent<EventType = ToDeviceEventType> { }
Available on crate feature events only.
Expand description

An alias for EventContent<EventType = ToDeviceEventType>.

Implementors