Function regorust::regoNodeTypeName

source ยท
pub unsafe extern "C" fn regoNodeTypeName(
    node: *mut regoNode,
) -> *const c_char
Expand description

Returns the name of the node type as a human-readable string.

This function supports arbitrary nodes (i.e. it will always produce a value) including internal nodes which appear in error messages.

@param node The node. @return The node type name.