pub trait IComTrackingInfoEvents_Impl: Sized {
    // Required method
    fn OnNewTrackingInfo(
        &self,
        ptoplevelcollection: Option<&IUnknown>
    ) -> Result<()>;
}

Required Methods§

fn OnNewTrackingInfo( &self, ptoplevelcollection: Option<&IUnknown> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§