Type Alias FutureReader
pub type FutureReader<F> = OperatorFuture<ReaderOptions, Reader, F>;Expand description
Operator::read_with and Operator::reader_with return this future.
Use its methods to configure the operation before awaiting it.
§Notes
(OpRead, ()) is a trick to make sure FutureReader is different from FutureRead
Aliased Type§
pub struct FutureReader<F> { /* private fields */ }