windows::Win32::UI::Shell

Trait ILaunchUIContextProvider_Impl

pub trait ILaunchUIContextProvider_Impl: IUnknownImpl {
    // Required method
    fn UpdateContext(&self, context: Ref<'_, ILaunchUIContext>) -> Result<()>;
}

Required Methods§

fn UpdateContext(&self, context: Ref<'_, ILaunchUIContext>) -> 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§