RawAttributesMap

Type Alias RawAttributesMap 

Source
pub type RawAttributesMap<'a> = InlineHashMap<Bytes<'a>, Option<Bytes<'a>>, INLINED_ATTRIBUTES>;
Expand description

The type of map for “raw” attributes

Aliased Type§

pub struct RawAttributesMap<'a>(/* private fields */);