pub trait IntoFd {
    fn into_fd(self) -> OwnedFd;
}
Expand description

A version of IntoFd for use with Winsock2 API.

Required methods

A version of into_fd for use with Winsock2 API.

Implementors