Trait tfdeploy::analyser::rules::exp2::ToDimExp[][src]

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

Required Methods

Implementors