pub type CustomDataMap = HashMap<String, String>;
A type alias for a map with custom data.
pub struct CustomDataMap { /* private fields */ }