Type Alias mio_aio::ReadvAt

source ·
pub type ReadvAt<'a> = Source<AioReadv<'a>>;
Expand description

Return type of Source::readv_at

Aliased Type§

struct ReadvAt<'a> { /* private fields */ }