Type Alias Attributes

Source
pub type Attributes = HashMap<QualName, AtomicStrTendril>;
Expand description

A Map of attributes that doesn’t preserve the order of the attributes. Please enable the deterministic feature for order-preserving (de)serialization.

Aliased Type§

pub struct Attributes { /* private fields */ }