[−][src]Trait meio::Link
Returns a Link to an Actor.
Link is a convenient concept for creating wrappers for
Address that provides methods instead of using message types
directly. It allows also to use private message types opaquely.
Required methods
fn link(&self) -> T
Gets a Link to an Actor.
Implementors
impl<T, A> Link<T> for Address<A> where
T: From<Address<A>>,
A: Actor, [src]
T: From<Address<A>>,
A: Actor,
impl<T, I> Link<T> for ActionRecipient<I> where
T: From<ActionRecipient<I>>,
I: Action, [src]
T: From<ActionRecipient<I>>,
I: Action,
impl<T, I> Link<T> for InteractionRecipient<I> where
T: From<InteractionRecipient<I>>,
I: Interaction, [src]
T: From<InteractionRecipient<I>>,
I: Interaction,