Module turbolift::extract_function[][src]

Functions

assumes input is a function, not a closure.

wraps any calls to the target function from within its own service with the return type as if the call was made from outside the service. This is one way to allow compilation while references to the target function are in the service codebase.

params -> {param1}/{param2}/{param3}[…]