Trait Interface
meio
pub trait Interface<A> where A: Actor, Self: From<Address<A>>, Self: DerefMut<Target = Address<A>>, { }
Interface for interaction with Actor.
Interface
Actor
impl<A: Actor> Interface<A> for Wrapper<A>