pub type Item = HashMap<String, Value>;
A Map representing a collection of attributes (as keys) with their respective values (as Values).
Value
pub struct Item { /* private fields */ }