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

Required Methods§

fn Run(&self, pszargs: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§