Module style::custom_properties_map

source ยท
Expand description

The structure that contains the custom properties of a given element.

Structsยง

  • A map for a set of custom properties, which implements copy-on-write behavior on insertion with cheap copying.
  • EMPTY ๐Ÿ”’
  • Inner ๐Ÿ”’
  • An iterator over the custom properties.

Constantsยง

  • A not-too-large, not too small ancestor limit, to prevent creating too-big chains.

Type Aliasesยง

  • OwnMap ๐Ÿ”’
    We use None in the value to represent a removed entry.