pub fn demonstrate_function_arguments()
Expand description

Show how to call a function with a function as an argument.

Both normal functions and closures can be passed as arguments to functions which accept functions as arguments, as long as their type definition matches the requirements of the destination function.