Trait mentat_db::cache::AttributeCache
[−]
[src]
pub trait AttributeCache { fn has_e(&self, e: Entid) -> bool; fn binding_for_e(&self, e: Entid) -> Option<Binding>; }