Type Definition m_lexer::ExternRule[][src]

type ExternRule = Box<Fn(&str) -> Option<usize> + Send + Sync>;