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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§