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