Trait tokio::doc::os::windows::io::AsSocket

source ·
pub trait AsSocket {
    // Required method
    fn as_socket(&self) -> BorrowedSocket<'_>;
}
Expand description

Required Methods§

Implementors§

source§

impl AsSocket for TcpListener

Available on crate feature net and Windows only.
source§

impl AsSocket for TcpSocket

Available on crate feature net and Windows only.
source§

impl AsSocket for TcpStream

Available on crate feature net and Windows only.
source§

impl AsSocket for UdpSocket

Available on Windows only.