Skip to main content

milo_error_description_string

Function milo_error_description_string 

Source
#[unsafe(no_mangle)]
pub extern "C" fn milo_error_description_string( parser: *mut Parser, ) -> CStringWithLength
Expand description

Returns the current parser’s error descrition.

The returned value must be freed using free_string.