FutureReader

Type Alias FutureReader 

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

Represents the readable end of a Component Model future<T>.

Aliased Typeยง

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