Trait tract_pulse::internal::DatumExt
pub trait DatumExt {
// Required methods
fn scalar_fact() -> TypedFact;
fn fact<S>(shape: S) -> TypedFact
where S: Into<ShapeFact>;
}
Required Methods§
Object Safety§
This trait is not object safe.