Trait ra_ap_hir_def::intern::Internable[][src]

pub trait Internable: Hash + Eq + 'static {
    fn storage() -> &'static InternStorage<Self>;
}

Required methods

Implementations on Foreign Types

Implementors