Trait tokio::doc::os::windows::io::FromRawHandle[][src]

pub trait FromRawHandle {
    unsafe fn from_raw_handle(handle: RawHandle) -> Self;
}
Expand description

Required methods

Implementors