Infers the parameter tuple type from an invokable function or method.
Given an invokable value, extracts its arguments as a tuple type.
This is used internally by the middleware system to derive the correct
type parameters for middleware from the enhanced method's signature.
Infers the parameter tuple type from an invokable function or method.
Given an invokable value, extracts its arguments as a tuple type. This is used internally by the middleware system to derive the correct type parameters for middleware from the enhanced method's signature.