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