Trait stdweb::web::event::ConcreteEvent[][src]

pub trait ConcreteEvent: IEvent {
    const EVENT_TYPE: &'static str;
}

A trait representing a concrete event type.

Associated Constants

A string representing the event type.

(JavaScript docs)

Implementors