pub trait IWinMLRuntimeFactory_Impl: Sized {
    // Required method
    fn CreateRuntime(
        &self,
        runtimetype: WINML_RUNTIME_TYPE
    ) -> Result<IWinMLRuntime>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§