Trait intern::Intern [] [src]

pub trait Intern {
    type Interned: 'static;
    fn intern(self) -> &'static Self::Interned;
}

Associated Types

Required Methods

Implementors