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

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>

Loading content...

Implementors

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

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

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

Loading content...