pub trait IDebugPropertyEnumType_All_Impl: Sized {
    // Required method
    fn GetName(&self) -> Result<BSTR>;
}

Required Methods§

fn GetName(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§