pub trait IComTrackingInfoObject_Impl: Sized {
    // Required method
    fn GetValue(&self, szpropertyname: &PCWSTR) -> Result<VARIANT>;
}

Required Methods§

fn GetValue(&self, szpropertyname: &PCWSTR) -> Result<VARIANT>

Object Safety§

This trait is not object safe.

Implementors§