Trait unsafe_io::os::windows::IntoRawHandleOrSocket[][src]

pub trait IntoRawHandleOrSocket {
    fn into_raw_handle_or_socket(self) -> RawHandleOrSocket;
}
Expand description

Like IntoRawHandle and IntoRawSocket, but implementable by types which can implement either one.

Required methods

Implementations on Foreign Types

Implementors