Type Alias ReadvAt

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

Return type of Source::readv_at

Aliased Typeยง

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