windows::Win32::UI::Shell

Trait IShellDispatch6_Impl

pub trait IShellDispatch6_Impl: IShellDispatch5_Impl {
    // Required method
    fn SearchCommand(&self) -> Result<()>;
}

Required Methods§

fn SearchCommand(&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§