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