Type Alias mio_aio::WriteAt

source ·
pub type WriteAt<'a> = Source<AioWrite<'a>>;
Expand description

Return type of Source::write_at

Aliased Type§

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