Trait std::os::windows::io::AsSocket [−][src]
pub trait AsSocket {
fn as_socket(&self) -> BorrowedSocket<'_>;
}
This is supported on Windows only.
Expand description
从底层对象借用套接字的 trait。
pub trait AsSocket {
fn as_socket(&self) -> BorrowedSocket<'_>;
}
从底层对象借用套接字的 trait。