Trait actix_telepathy::RemoteActor[][src]

pub trait RemoteActor where
    Self: Actor + Handler<RemoteWrapper>, 
{ fn register(&mut self, rec: Recipient<RemoteWrapper>, identifier: String) { ... } }

Provided methods

fn register(&mut self, rec: Recipient<RemoteWrapper>, identifier: String)[src]

Loading content...

Implementors

Loading content...