Skip to main content

FutureRead

Type Alias FutureRead 

pub type FutureRead<F> = OperatorFuture<ReadOptions, Buffer, F>;
Expand description

Operator::read_with returns this future.

Use its methods to configure the operation before awaiting it.

Aliased Typeยง

pub struct FutureRead<F> { /* private fields */ }