Trait asyncio::IoControl
[−]
[src]
pub trait IoControl { type Data; fn name(&self) -> u64; fn data(&mut self) -> &mut Self::Data; }
Associated Types
type Data
Required Methods
Implementors
impl IoControl for NonBlockingIo
impl IoControl for BytesReadable
impl IoControl for AtMark