[][src]Type Definition ghost_actor::example::MyActorFuture

type MyActorFuture<T> = MustBoxFuture<'static, MyActorResult<T>>;

Future Type.