Trait bootstrap::utils::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> { ... }
}
Required Methods§
fn intern_cache() -> &'static Mutex<TyIntern<Self>>
Provided Methods§
Object Safety§
This trait is not object safe.