Trait asyncio::SocketOption [] [src]

pub trait SocketOption<P> {
    type Data;
    fn level(&self, pro: &P) -> i32;
    fn name(&self, pro: &P) -> i32;
}

Associated Types

Required Methods

Implementors