Function llg_matcher_is_error
#[no_mangle]
pub extern "C" fn llg_matcher_is_error(
matcher: &mut LlgMatcher,
) -> bool
Expand description
Check if the matcher is in an error state.
#[no_mangle]
pub extern "C" fn llg_matcher_is_error(
matcher: &mut LlgMatcher,
) -> bool
Check if the matcher is in an error state.