Item

Type Alias Item 

Source
pub type Item = HashMap<String, Value>;
Expand description

A Map representing a collection of attributes (as keys) with their respective values (as Values).

Aliased Typeยง

pub struct Item { /* private fields */ }