pub type Attrs = HashMap<Arc<str>, Any>;
An alias for map of attributes used as formatting parameters by Text and [XmlText] types.
pub struct Attrs { /* private fields */ }