pub type RawRefMap<'a, 'buf> = BTreeMap<RawStr<'buf>, &'a Element<'buf>>;
A RawMap that borrows its elements instead of owning them.
RawMap
pub struct RawRefMap<'a, 'buf> { /* private fields */ }