Trait async_std::os::windows::io::AsRawHandle[][src]

pub trait AsRawHandle {
    fn as_raw_handle(&self) -> RawHandle;
}
This is supported on Windows only.
Expand description

Extracts raw handles.

Required methods

Extracts the raw handle, without taking any ownership.

Implementors