Trait actix::dev::EnvelopeProxy

source ·
pub trait EnvelopeProxy<A: Actor> {
    // Required method
    fn handle(&mut self, act: &mut A, ctx: &mut A::Context);
}

Required Methods§

source

fn handle(&mut self, act: &mut A, ctx: &mut A::Context)

handle message within new actor and context

Implementors§