pub trait PlaybackEvent: ChannelEvent {
// Required method
fn as_u32(&self) -> u32;
}
Expand description
A trait that describes an event that is always serializable to u32 for playback
pub trait PlaybackEvent: ChannelEvent {
// Required method
fn as_u32(&self) -> u32;
}
A trait that describes an event that is always serializable to u32 for playback