pub trait IWebAccountProviderBaseReportOperation_Impl: Sized {
    // Required methods
    fn ReportCompleted(&self) -> Result<()>;
    fn ReportError(&self, value: Option<&WebProviderError>) -> Result<()>;
}

Required Methods§

fn ReportCompleted(&self) -> Result<()>

fn ReportError(&self, value: Option<&WebProviderError>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§