Function regorust::regoOutputNode
source ยท pub unsafe extern "C" fn regoOutputNode(
output: *mut regoOutput,
) -> *mut regoNodeExpand description
@brief Returns the node containing the output of the query. @details This will either be a node which contains one or more results, or an error sequence. @param output The output. @return The output node.