Struct anymsg::ELHandlerAdder[][src]

pub struct ELHandlerAdder<'a, Client: Any> { /* fields omitted */ }

Methods

impl<'a, Client: Any> ELHandlerAdder<'a, Client>
[src]

Auto Trait Implementations

impl<'a, Client> Send for ELHandlerAdder<'a, Client> where
    Client: Send

impl<'a, Client> !Sync for ELHandlerAdder<'a, Client>