Skip to main content

tx_node_type

Function tx_node_type 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tx_node_type( doc: *const TxDocument, node: TxNodeId, ) -> TxNodeType
Expand description

Returns the type of the given node.

ยงSafety

doc must be a valid, non-null pointer to a TxDocument.