Trait std::os::windows::io::AsSocket

1.63.0 · source · []
pub trait AsSocket {
    fn as_socket(&self) -> BorrowedSocket<'_>;
}
Available on Windows only.
Expand description

A trait to borrow the socket from an underlying object.

Required Methods

Borrows the socket.

Implementors