pub type RawMap<'buf> = BTreeMap<RawStr<'buf>, Element<'buf>>;
An object’s fields keyed by their undecoded name, for looking a field up by key.
pub struct RawMap<'buf> { /* private fields */ }