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

pub trait AsRawHandleOrSocket {
    fn as_raw_handle_or_socket(&self) -> RawHandleOrSocket;
}
Expand description

Like AsRawHandle and AsRawSocket, but implementable by types which can implement either one.

Required methods

Implementations on Foreign Types

Implementors