AsRawSocket in async_std::os::windows::io - Rust (original) (raw)
Trait AsRawSocket
pub trait AsRawSocket {
// Required method
fn as_raw_socket(&self) -> RawSocket;
}
Expand description
Extracts raw sockets.
Required Methods§
fn as_raw_socket(&self) -> RawSocket
Extracts the underlying raw socket from this object.