Struct libprosic::SimpleEvent [] [src]

pub struct SimpleEvent {
    pub name: String,
}

A simple event that just has a name.

Fields

event name

Trait Implementations

impl Event for SimpleEvent
[src]