Type Alias ReadyFuture

Source
type ReadyFuture<T> = Ready<Result<T>>;

Aliased Typeยง

struct ReadyFuture<T>(/* private fields */);