pub type SimpleInputFuture = Ready<Result<SimpleInput, Error>>;
struct SimpleInputFuture(/* private fields */);