pub type RawRefMap<'a, 'buf> = BTreeMap<RawStr<'buf>, &'a Element<'buf>>;
pub struct RawRefMap<'a, 'buf> { /* private fields */ }