[][src]Type Definition tmi_parser::Tags

type Tags<'a> = HashMap<&'a str, TagValue<'a>>;

A type alias for a HashMap whose keys are &str and values TagValue. Uses slice &str instead of owned String in order to avoid data duplication.