Type Definition simple_selectors::LabelMap [] [src]

type LabelMap<'a> = HashMap<&'a str, &'a str>;

String map type to pass to the parse function