FutureRead

Type Alias FutureRead 

Source
pub type FutureRead<T> = RawFutureRead<&'static FutureVtable<T>>;
Available on crate feature async only.
Expand description

Represents a read operation which may be cancelled prior to completion.

This represents a read operation on a FutureReader and is created via IntoFuture.

Aliased Typeยง

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