Trait std::os::windows::io::AsHandle [−][src]
pub trait AsHandle {
fn as_handle(&self) -> BorrowedHandle<'_>;
}
This is supported on Windows only.
Expand description
A trait to borrow the handle from an underlying object.