Skip to main content

MLChefMap

Type Alias MLChefMap 

Source
pub type MLChefMap = HashMap<String, Vec<DataValue>>;
Expand description

Convenience alias for a string-keyed map of DataValue vectors.

Aliased Typeยง

pub struct MLChefMap(/* private fields */);