Trait windows::Foundation::IGetActivationFactory_Impl

pub trait IGetActivationFactory_Impl: Sized {
    // Required method
    fn GetActivationFactory(
        &self,
        activatableclassid: &HSTRING,
    ) -> Result<IInspectable>;
}

Required Methods§

fn GetActivationFactory( &self, activatableclassid: &HSTRING, ) -> Result<IInspectable>

Object Safety§

This trait is not object safe.

Implementors§