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

Required Methods§

fn Update( &self, object: Option<&IDispatch>, elapsedseconds: i32, estimatedtotalseconds: i32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§