Home
last modified time | relevance | path

Searched defs:Internable (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/intern/src/
Dlib.rs195 pub trait Internable: Hash + Eq + 'static { interface
/third_party/rust/rust/src/bootstrap/
Dcache.rs167 trait Internable: Clone + Eq + Hash + 'static { trait