pub fn is_forwarded_args(signature: &FunctionSignature<'_>) -> bool
Expand description
Return true if the argument list is simply (*args, **kwds).
pub fn is_forwarded_args(signature: &FunctionSignature<'_>) -> bool
Return true if the argument list is simply (*args, **kwds).