pub trait ICorProfilerCallback9_Impl: Sized + ICorProfilerCallback8_Impl {
// Required method
fn DynamicMethodUnloaded(&self, functionid: usize) -> Result<()>;
}
Required Methods§
fn DynamicMethodUnloaded(&self, functionid: usize) -> Result<()>
Object Safety§
This trait is not object safe.