Expand description
Helpers for creating std::fmt::Debug
implementations.
Structs§
- Debug
RawEvent - A wrapper around
Raw
that implementsDebug
in a way that only prints the event ID and event type. - Debug
RawEvent NoId - A wrapper around
Raw
that implementsDebug
in a way that only prints the event type.