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

Required Methods

Implementors