Searched refs:StateFnType (Results 1 – 1 of 1) sorted by relevance
14 pub type StateFnType<'a, R> = fn(&mut Lexer<'a, R>) -> Result<Option<StateFn<'a, R>>>; typedef17 pub f: StateFnType<'a, R>,