Trait PlaybackEvent

Source
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

Required Methods§

Source

fn as_u32(&self) -> u32

Implementors§