windows::ApplicationModel::Background

Trait IBackgroundTask_Impl

pub trait IBackgroundTask_Impl: IUnknownImpl {
    // Required method
    fn Run(&self, taskInstance: Ref<'_, IBackgroundTaskInstance>) -> Result<()>;
}

Required Methods§

fn Run(&self, taskInstance: Ref<'_, IBackgroundTaskInstance>) -> Result<()>

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.

Implementors§