pub trait IShellService_Impl: Sized {
    // Required method
    fn SetOwner(&self, punkowner: Option<&IUnknown>) -> Result<()>;
}

Required Methods§

fn SetOwner(&self, punkowner: Option<&IUnknown>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§