Home
last modified time | relevance | path

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

/third_party/rust/rust/library/proc_macro/src/bridge/
Dhandle.rs57 pub(super) struct InternedStore<T: 'static> { struct
62 impl<T: Copy + Eq + Hash> InternedStore<T> { argument