pub trait IBackgroundCopyCallback2_Impl: Sized + IBackgroundCopyCallback_Impl {
    // Required method
    fn FileTransferred(
        &self,
        pjob: Option<&IBackgroundCopyJob>,
        pfile: Option<&IBackgroundCopyFile>
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§