pub trait IUpdateDownloadContent2_Impl: Sized + IUpdateDownloadContent_Impl {
    // Required method
    fn IsDeltaCompressedContent(&self) -> Result<VARIANT_BOOL>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§