#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_document_error_line(
doc: *const TxDocument,
) -> c_intExpand description
Returns the line number of the current error, or 0 if no error.
ยงSafety
doc must be a valid, non-null pointer to a TxDocument.