Trait AsyncContextParts
actix::dev
pub trait AsyncContextParts<A>: ActorContext + AsyncContext<A> where A: Actor<Context = Self>, { fn parts(&mut self) -> &mut ContextParts<A>; }
fn parts(&mut self) -> &mut ContextParts<A>
impl<A> AsyncContextParts<A> for Context<A> where A: Actor<Context = Self>,