Function regorust::regoOutputNode

source ยท
pub unsafe extern "C" fn regoOutputNode(
    output: *mut regoOutput,
) -> *mut regoNode
Expand description

Returns the node containing the output of the query.

This will either be a node which contains one or more results, or an error sequence.

@param output The output. @return The output node.