Struct event_web::EditEvent[][src]

pub struct EditEvent(pub Event, pub String);

Trait Implementations

impl Message for EditEvent
[src]

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

Auto Trait Implementations

impl Send for EditEvent

impl Sync for EditEvent