pub fn factory<C, I>() -> Result<I, Error> where
    C: RuntimeName,
    I: Interface
Expand description

Attempts to load the factory interface for the given WinRT class.