Type Definition riker::actor::BoxActor[][src]

type BoxActor<Msg> = Box<Actor<Msg = Msg> + Send>;

The actor trait object