pub type FutureRead<F> = OperatorFuture<ReadOptions, Buffer, F>;Expand description
Future that generated by Operator::read_with.
Users can add more options by public functions provided by this struct.
Aliased Typeยง
pub struct FutureRead<F> { /* private fields */ }