windows::Win32::UI::Shell

Trait IShellRunDll_Impl

pub trait IShellRunDll_Impl: IUnknownImpl {
    // Required method
    fn Run(&self, pszargs: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Run(&self, pszargs: &PCWSTR) -> 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§