pub type GhostFuture<T> = MustBoxFuture<'static, Result<T, GhostError>>;
Expand description

Ghost Future Result Type.