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