Trait winrt::RtActivatable

source ·
pub trait RtActivatable<Interface>: RtNamedClass {
    fn get_activation_factory() -> ComPtr<Interface>
    where
        Interface: RtInterface + ComIid
, { ... } }

Provided Methods§

Returns a factory object to create instances of this class or to call static methods.

Implementors§