pub trait ILaunchUIContextProvider_Impl: Sized {
    // Required method
    fn UpdateContext(&self, context: Option<&ILaunchUIContext>) -> Result<()>;
}

Required Methods§

fn UpdateContext(&self, context: Option<&ILaunchUIContext>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§