[][src]Function yew_router_route_parser::parse_str_and_optimize_tokens

pub fn parse_str_and_optimize_tokens(
    i: &str,
    field_naming_scheme: FieldNamingScheme
) -> Result<Vec<MatcherToken>, PrettyParseError>

Parse the provided "matcher string" and then optimize the tokens.