Trait IActiveScriptErrorDebug110_Impl
pub trait IActiveScriptErrorDebug110_Impl: IUnknownImpl {
// Required method
fn GetExceptionThrownKind(
&self,
) -> Result<SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND>;
}
Required Methods§
fn GetExceptionThrownKind( &self, ) -> Result<SCRIPT_ERROR_DEBUG_EXCEPTION_THROWN_KIND>
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.