Trait IWebAccountProviderBaseReportOperation_Impl
pub trait IWebAccountProviderBaseReportOperation_Impl: IUnknownImpl {
// Required methods
fn ReportCompleted(&self) -> Result<()>;
fn ReportError(&self, value: Ref<'_, WebProviderError>) -> Result<()>;
}
Required Methods§
fn ReportCompleted(&self) -> Result<()>
fn ReportError(&self, value: Ref<'_, WebProviderError>) -> 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.