pub trait IBackgroundTaskRegistration2_Impl: Sized + IBackgroundTaskRegistration_Impl {
    // Required method
    fn Trigger(&self) -> Result<IBackgroundTrigger>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§