Type Alias WritevAt

Source
pub type WritevAt<'a> = Source<AioWritev<'a>>;
Expand description

Return type of Source::writev_at

Aliased Typeยง

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