Trait IWebAppDiagnosticsSetup_Impl
pub trait IWebAppDiagnosticsSetup_Impl: IUnknownImpl {
// Required methods
fn DiagnosticsSupported(&self) -> Result<VARIANT_BOOL>;
fn CreateObjectWithSiteAtWebApp(
&self,
rclsid: *const GUID,
dwclscontext: u32,
riid: *const GUID,
hpasstoobject: usize,
) -> Result<()>;
}
Required Methods§
fn DiagnosticsSupported(&self) -> Result<VARIANT_BOOL>
fn CreateObjectWithSiteAtWebApp( &self, rclsid: *const GUID, dwclscontext: u32, riid: *const GUID, hpasstoobject: usize, ) -> 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.