Trait bootstrap::cache::Internable
source · trait Internable: Clone + Eq + Hash + 'static {
// Required method
fn intern_cache() -> &'static Mutex<TyIntern<Self>>;
// Provided method
fn intern(self) -> Interned<Self> { ... }
}