[][src]Type Definition fapt::rfc822::Map

type Map<'s> = HashMap<&'s str, Vec<&'s str>>;

A mapping from Key to one-or-more lines.