Trait asio::SocketOption [] [src]

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

Associated Types

Required Methods

Implementors