logo
pub trait AsRawSocket {
    fn as_raw_socket(&self) -> RawSocket;
}
Available on Windows only.
Expand description

Extracts raw sockets.

Required Methods

Extracts the underlying raw socket from this object.

Implementors