pub type LiteralRef<'str, 'ctx> = BaseRef<&'ctx Shared<'str>, LiteralId>;
pub struct LiteralRef<'str, 'ctx> { pub id: LiteralId, /* private fields */ }
id: LiteralId
0