Skip to main content

milo_finish

Function milo_finish 

Source
#[unsafe(no_mangle)]
pub extern "C" fn milo_finish(parser: *mut Parser)
Expand description

Marks the parser as finished. Any new data received via milo_parse will put the parser in the error state.