Struct kabuki::ActorRef [] [src]

pub struct ActorRef<T, U, E> { /* fields omitted */ }

Handle to an actor, used to send messages

Methods

impl<T, U, E> ActorRef<T, U, E> where E: From<CallError<T>>
[src]

Returns Async::Ready when the actor can accept a new request

Send a request to the actor

Trait Implementations

impl<T, U, E> Clone for ActorRef<T, U, E>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more