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

Trait IDebugDocumentProvider_Impl

pub trait IDebugDocumentProvider_Impl: IDebugDocumentInfo_Impl {
    // Required method
    fn GetDocument(&self) -> Result<IDebugDocument>;
}

Required Methods§

fn GetDocument(&self) -> Result<IDebugDocument>

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§