Skip to main content

asdf_parser_has_error

Function asdf_parser_has_error 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_parser_has_error( parser: *const AsdfParser, ) -> bool
Expand description

Whether the parser has recorded an error.

ยงSafety

parser must be null or a valid handle.