pub trait IMLOperatorTypeInferrer_Impl: Sized {
    // Required method
    fn InferOutputTypes(
        &self,
        context: Option<&IMLOperatorTypeInferenceContext>
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§