Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Attrs

Type Alias Attrs 

pub type Attrs = HashMap<Arc<str>, Any>;
Expand description

An alias for map of attributes used as formatting parameters by Text and [XmlText] types.

Aliased Typeยง

pub struct Attrs { /* private fields */ }