[][src]Trait kompact::ExecuteSend

pub trait ExecuteSend {
    fn execute_send(&mut self, env: DispatchEnvelope) { ... }
}

Provided methods

fn execute_send(&mut self, env: DispatchEnvelope)

Loading content...

Implementors

impl<A: ActorRaw> ExecuteSend for A[src]

impl<D: Dispatcher + ActorRaw> ExecuteSend for D[src]

Loading content...