Trait actix::dev::AsyncContextParts[][src]

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

Required methods

fn parts(&mut self) -> &mut ContextParts<A>[src]

Loading content...

Implementors

impl<A> AsyncContextParts<A> for Context<A> where
    A: Actor<Context = Self>, 
[src]

Loading content...