Trait ra_ap_intern::Internable

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

Required Methods§

source

fn storage() -> &'static InternStorage<Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Internable for str

source§

fn storage() -> &'static InternStorage<Self>

Implementors§