windows::Win32::System::Diagnostics::Debug::ActiveScript

Trait IDebugExpressionCallBack_Impl

pub trait IDebugExpressionCallBack_Impl: IUnknownImpl {
    // Required method
    fn onComplete(&self) -> Result<()>;
}

Required Methods§

fn onComplete(&self) -> 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§