[][src]Trait rust_transit::EventType

pub trait EventType {
    fn code() -> String;
}

The type of event

Required methods

fn code() -> String

The event code to use

Loading content...

Implementors

impl EventType for StringEvent[src]

Loading content...