[][src]Type Definition ghost_actor::GhostFuture

type GhostFuture<T> = MustBoxFuture<'static, GhostResult<T>>;

Ghost Future Result Type.