pub trait HandleWrapper {
    fn handle(&self) -> HANDLE;
}

Required Methods§

Implementors§