pub trait ISClusRefObject_Impl: Sized + IDispatch_Impl {
    // Required method
    fn Handle(&self) -> Result<usize>;
}

Required Methods§

fn Handle(&self) -> Result<usize>

Object Safety§

This trait is not object safe.

Implementors§