WriteFuture

Type Alias WriteFuture 

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

Future type for write operations that can be awaited.

Aliased Typeยง

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