pub type SimpleInputFuture = Ready<Result<SimpleInput, Error>>;

Aliased Type§

struct SimpleInputFuture(/* private fields */);