Trait tract_data::prelude::Datum [−][src]
pub trait Datum: Clone + Send + Sync + Debug + Display + Default + 'static + PartialEq {
fn name() -> &'static str;
fn datum_type() -> DatumType;
}
pub trait Datum: Clone + Send + Sync + Debug + Display + Default + 'static + PartialEq {
fn name() -> &'static str;
fn datum_type() -> DatumType;
}