Trait asyncio::GetSocketOption [] [src]

pub trait GetSocketOption<P>: SocketOption<P> + Default {
    fn data_mut(&mut self) -> &mut Self::Data;

    fn capacity(&self) -> usize { ... }
    fn resize(&mut self, _size: usize) { ... }
}

Required Methods

Provided Methods

Implementors