pub trait IDebugHostModuleSignature_Impl: Sized {
    // Required method
    fn IsMatch(&self, pmodule: Option<&IDebugHostModule>) -> Result<bool>;
}

Required Methods§

fn IsMatch(&self, pmodule: Option<&IDebugHostModule>) -> Result<bool>

Object Safety§

This trait is not object safe.

Implementors§