Function regorust::regoSetInput
source ยท pub unsafe extern "C" fn regoSetInput(
rego: *mut regoInterpreter,
input: *mut regoInput,
) -> regoEnumExpand description
@brief Sets the current input document from the specified Input object. @details If an error code is returned, more error information can be obtained by calling ::regoError. @param rego The interpreter. @param input The input object. @return REGO_OK if successful, REGO_ERROR otherwise.