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