pub type InternedStr<'int> = Interned<'int, str>;
pub struct InternedStr<'int>(pub &'int str, _);
0: &'int str