Function cssparser_macros::cssparser_internal__phf_map[]

pub fn cssparser_internal__phf_map(derive_input: TokenStream) -> TokenStream

Input: parsed as token trees. The first TT is a type. (Can be wrapped in parens.) following TTs are grouped in pairs, each pair being a key as a string literal and the corresponding value as a const expression.

Output: a rust-phf map, with keys ASCII-lowercased:

static MAP: &'static ::cssparser::phf::Map<&'static str, $ValueType> = …;