Trait asyncio::IoControl [] [src]

pub trait IoControl {
    type Data;
    fn name(&self) -> u64;
    fn data(&mut self) -> &mut Self::Data;
}

Associated Types

Required Methods

Implementors