Type Definition AlexAccPred
parser_c::parser::lexer
type AlexAccPred<user> = Box<Fn(user, AlexInput, isize, AlexInput) -> bool>;