pub trait IWebUIBackgroundTaskInstance_Impl: Sized {
    // Required methods
    fn Succeeded(&self) -> Result<bool>;
    fn SetSucceeded(&self, succeeded: bool) -> Result<()>;
}

Required Methods§

fn Succeeded(&self) -> Result<bool>

fn SetSucceeded(&self, succeeded: bool) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§