pub type Properties = HashMap<String, Value>;
String-keyed property map using Value for type-preserving storage.
Value
pub struct Properties { /* private fields */ }