Trait tract_hir::prelude::DatumTypeExt

source ·
pub trait DatumTypeExt {
    // Required methods
    fn scalar_fact(&self) -> TypedFact;
    fn fact<S>(&self, shape: S) -> TypedFact
       where S: Into<ShapeFact>;
}

Required Methods§

source

fn scalar_fact(&self) -> TypedFact

source

fn fact<S>(&self, shape: S) -> TypedFact
where S: Into<ShapeFact>,

Object Safety§

This trait is not object safe.

Implementors§