windows::Win32::System::Com::CallObj

Trait ICallFrameEvents_Impl

pub trait ICallFrameEvents_Impl: IUnknownImpl {
    // Required method
    fn OnCall(&self, pframe: Ref<'_, ICallFrame>) -> Result<()>;
}

Required Methods§

fn OnCall(&self, pframe: Ref<'_, ICallFrame>) -> 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.

Implementors§