pub trait IActiveScriptSiteDebugEx_Impl: Sized {
    // Required method
    fn OnCanNotJITScriptErrorDebug(
        &self,
        perrordebug: Option<&IActiveScriptErrorDebug>,
    ) -> Result<BOOL>;
}

Required Methods§

fn OnCanNotJITScriptErrorDebug( &self, perrordebug: Option<&IActiveScriptErrorDebug>, ) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§