[][src]Trait kompact::ActorRaw

pub trait ActorRaw: ExecuteSend {
    fn receive(&mut self, env: ReceiveEnvelope);
}

Required methods

fn receive(&mut self, env: ReceiveEnvelope)

Loading content...

Implementors

impl<CD> ActorRaw for CD where
    CD: Actor
[src]

Loading content...