Trait async_std::os::windows::io::AsRawSocket

source ·
pub trait AsRawSocket {
    // Required method
    fn as_raw_socket(&self) -> RawSocket;
}
Expand description

Extracts raw sockets.

Required Methods§

source

fn as_raw_socket(&self) -> RawSocket

Extracts the underlying raw socket from this object.

Implementors§