pub trait IDesktopGadget_Impl: Sized {
    // Required method
    fn RunGadget(&self, gadgetpath: &PCWSTR) -> Result<()>;
}

Required Methods§

fn RunGadget(&self, gadgetpath: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§