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

Trait IMLOperatorKernelFactory_Impl

pub trait IMLOperatorKernelFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateKernel(
        &self,
        context: Ref<'_, IMLOperatorKernelCreationContext>,
    ) -> Result<IMLOperatorKernel>;
}

Required Methods§

fn CreateKernel( &self, context: Ref<'_, IMLOperatorKernelCreationContext>, ) -> Result<IMLOperatorKernel>

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§