pub type Event = Event;

Aliased Type§

enum Event {
    NewSession {
        session_index: u32,
    },
}

Variants§

§

NewSession

Fields

§session_index: u32