Skip to main content

parser_done

Function parser_done 

Source
pub unsafe extern "C" fn parser_done(parser: *mut InputParser) -> bool
Expand description

Is this parser done reading input? @param parser The input parser instance. @return True if parser is done reading input.