parse_identifier_to_t

Function parse_identifier_to_t 

Source
fn parse_identifier_to_t<T: for<'a> From<&'a str>>(pair: &Pair<'_, Rule>) -> T
Expand description

Parse an identifier into an object of type T