Trait tract_hir::ops::binary::BinIntoHir

source ·
pub trait BinIntoHir {
    // Required method
    fn into_hir(self) -> Box<dyn InferenceOp>;
}

Required Methods§

source

fn into_hir(self) -> Box<dyn InferenceOp>

Implementors§