pub trait IBackgroundTaskRegistration2_Impl: Sized + IBackgroundTaskRegistration_Impl {
// Required method
fn Trigger(&self) -> Result<IBackgroundTrigger>;
}
Required Methods§
fn Trigger(&self) -> Result<IBackgroundTrigger>
Object Safety§
This trait is not object safe.