Type Definition ghost_actor::GhostFuture

source ·
pub type GhostFuture<T> = MustBoxFuture<'static, GhostResult<T>>;
Expand description

Ghost Future Result Type.