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

Ghost Future Result Type.

Aliased Type§

struct GhostFuture<T> { /* private fields */ }