Trait tract_pulse::internal::tract_core::prelude::Datum
pub trait Datum: Clone + Send + Sync + Debug + Display + Default + 'static + PartialEq<Self> {
// Required methods
fn name() -> &'static str;
fn datum_type() -> DatumType;
}