Struct actix::dev::Envelope [] [src]

pub struct Envelope<A>(_);

Trait Implementations

impl<T> Send for Envelope<T>
[src]

impl<A, M> From<RemoteEnvelope<A, M>> for Envelope<A> where
    A: Actor + Handler<M>,
    A::Context: AsyncContext<A>,
    M: ResponseType + Send + 'static, 
[src]

[src]

Performs the conversion.