[][src]Trait meio::Interface

pub trait Interface<A> where
    A: Actor,
    Self: From<Address<A>>,
    Self: DerefMut<Target = Address<A>>, 
{ }

Interface for interaction with Actor.

Implementors

impl<A: Actor> Interface<A> for Wrapper<A>[src]

Loading content...