Trait actix::dev::AsyncContextApi [] [src]

pub trait AsyncContextApi<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
{ fn address_cell(&mut self) -> &mut ActorAddressCell<A>; }

Required Methods

Implementors