Trait actix::dev::EnvelopeProxy[][src]

pub trait EnvelopeProxy {
    type Actor: Actor;
    fn handle(
        &mut self,
        act: &mut Self::Actor,
        ctx: &mut <Self::Actor as Actor>::Context
    ); }

Associated Types

Required methods

handle message within new actor and context

Implementors