pub trait DDiscFormat2TrackAtOnceEvents_Impl: Sized + IDispatch_Impl {
    // Required method
    fn Update(
        &self,
        object: Option<&IDispatch>,
        progress: Option<&IDispatch>
    ) -> Result<()>;
}

Required Methods§

fn Update( &self, object: Option<&IDispatch>, progress: Option<&IDispatch> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§