Type Alias Event

Source
pub type Event = Vec<Value>;
Expand description

An event to be handled by the interpreter

Aliased Typeยง

pub struct Event { /* private fields */ }