Type Definition peresil::Identifier [] [src]

type Identifier<'a, T> = (&'a str, T);

Matches a literal string to a specific type, usually an enum.