Trait polling::os::iocp::AsWaitable

source ·
pub trait AsWaitable: AsHandle {
    // Provided method
    fn as_waitable(&self) -> BorrowedHandle<'_> { ... }
}
Expand description

A type that represents a waitable handle.

Provided Methods§

source

fn as_waitable(&self) -> BorrowedHandle<'_>

Returns the raw handle of this waitable.

Implementors§