Like formals (func) in R or func.__code__.co_argcount in Python. The number of a function's parameter could be get by them in their language, but I did not find a way to get that at rust yet.
Those are meta information about a function I guess, such as types about parameters or number of parameters. Is there any syntax or macro to get that ?