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.
pub trait AsHandle {
fn as_handle(&self) -> BorrowedHandle<'_>;
}
A trait to borrow the handle from an underlying object.