Struct event_web::NewEvent[][src]

pub struct NewEvent(pub Event, pub String);

Trait Implementations

impl Message for NewEvent
[src]

The type of value that this message will resolved with if it is successful. Read more

Auto Trait Implementations

impl Send for NewEvent

impl Sync for NewEvent