pub type cef_string_multimap_t = *mut _cef_string_multimap_t;Expand description
CEF string multimaps are a set of key/value string pairs. More than one value can be assigned to a single key.
pub type cef_string_multimap_t = *mut _cef_string_multimap_t;CEF string multimaps are a set of key/value string pairs. More than one value can be assigned to a single key.