Type Alias microformats_types::Properties

source ·
pub type Properties = BTreeMap<String, NodeList>;
Expand description

A helper type for representing a map of named property values.

Aliased Type§

struct Properties { /* private fields */ }