Type Alias CustomDataMap

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

A type alias for a map with custom data.

Aliased Typeยง

struct CustomDataMap { /* private fields */ }