ReadFuture

Type Alias ReadFuture 

Source
pub type ReadFuture<'ring, 'buf> = ReadFuture<'ring, 'buf>;
Expand description

Future type for read operations that can be awaited.

Aliased Typeยง

pub struct ReadFuture<'ring, 'buf> { /* private fields */ }