pub type DataPoint = BTreeMap<String, DataEntry>;
A single datapoint containing multiple entries.
pub struct DataPoint { /* private fields */ }