pub trait IDownloadProgressChangedCallbackArgs_Impl: Sized + IDispatch_Impl {
    // Required method
    fn Progress(&self) -> Result<IDownloadProgress>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§