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

Required Methods§

fn SearchCommand(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§