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