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