Type Definition keyvalues_parser::Key[][src]

pub type Key<'a> = Cow<'a, str>;
Expand description

A Key is simply an alias for Cow<str>