It gives me error.
"no function or associated item named request_body found for struct actix_identity::Identity in the current scope".
For successfully compile the code I have to add skip=true. But now my function is not documented at openapi. Please add ability to ignore variable name or structs. Ignoring Identity struct will solve my problem.
Hello,
I am trying to use apistos and actix-identity at the same time. When I use
It gives me error. "no function or associated item named
request_body
found for structactix_identity::Identity
in the current scope".For successfully compile the code I have to add skip=true. But now my function is not documented at openapi. Please add ability to ignore variable name or structs. Ignoring Identity struct will solve my problem.