pub type RawAttributesMap<'a> = InlineHashMap<Bytes<'a>, Option<Bytes<'a>>, INLINED_ATTRIBUTES>;
The type of map for “raw” attributes
pub struct RawAttributesMap<'a>(/* private fields */);