Trait tract_hir::infer::rules::expr::ToDimExp[][src]

pub trait ToDimExp {
    fn to_dim(self) -> Exp<DimFact>;
}

Required methods

Implementors