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

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

The actor trait object