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