Struct actix_web::actix::actix::dev::Envelope[]

pub struct Envelope<A>(_)
where
    A: Actor
;

Methods

impl<A> Envelope<A> where
    A: Actor

Auto Trait Implementations

impl<A> Send for Envelope<A>

impl<A> !Sync for Envelope<A>