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