Struct event_web::LookupEvent[][src]

pub struct LookupEvent(pub String);

Trait Implementations

impl Message for LookupEvent
[src]

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

Auto Trait Implementations

impl Send for LookupEvent

impl Sync for LookupEvent