windows::Win32::AI::MachineLearning::WinML

Trait IWinMLRuntimeFactory_Impl

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

Required Methods§

fn CreateRuntime( &self, runtimetype: WINML_RUNTIME_TYPE, ) -> Result<IWinMLRuntime>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§