execute_function_calls!() { /* proc-macro */ }Expand description
- Provide all functions to be called
execute_function_calls!(session, f1, f2...) Returnsvec![Result of f2, Result of f2 …] if function don’t return type Result, it always returnResult::Ok(value)Sessionstruct is automatically updated with FunctionResponse only forOkresult