tokio::doc::os::windows::io

Trait IntoRawSocket

Source
pub trait IntoRawSocket {
    // Required method
    fn into_raw_socket(self) -> RawSocket;
}
Expand description

Required Methods§

Implementors§

Source§

impl IntoRawSocket for TcpSocket

Available on crate feature net and Windows only.