Type Definition mentat_db::db::ReducedEntity [] [src]

type ReducedEntity<'a> = (Entid, Entid, &'a Attribute, TypedValue, bool);

Internal representation of an [e a v added] datom, ready to be transacted against the store.