Trait IContentPrefetcherTaskTrigger_Impl
pub trait IContentPrefetcherTaskTrigger_Impl: IUnknownImpl {
// Required methods
fn TriggerContentPrefetcherTask(
&self,
packagefullname: &PCWSTR,
) -> Result<()>;
fn IsRegisteredForContentPrefetch(
&self,
packagefullname: &PCWSTR,
) -> Result<u8>;
}
Required Methods§
fn TriggerContentPrefetcherTask(&self, packagefullname: &PCWSTR) -> Result<()>
fn IsRegisteredForContentPrefetch(&self, packagefullname: &PCWSTR) -> Result<u8>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.