Type Definition parser_c::parser::lexer::AlexAccPred []

type AlexAccPred<user> = Box<Fn(user, AlexInput, isize, AlexInput) -> bool>;