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

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