pub type MLChefMap = HashMap<String, Vec<DataValue>>;
Convenience alias for a string-keyed map of DataValue vectors.
DataValue
pub struct MLChefMap(/* private fields */);