netwo-io / apistos

Actix-web wrapper for automatic OpenAPI 3.0 documentation generation.
MIT License
148 stars 6 forks source link

Still have errors with actix-web-grants #112

Closed ferid-akifzade closed 4 months ago

ferid-akifzade commented 4 months ago

Hello,

Thank for fixing most of the errors, but there is some left.

error[E0599]: no function or associated item named responses found for struct ResponseWrapper in the current scope

error[E0599]: no function or associated item named schema found for struct ResponseWrapper in the current scope error[E0599]: no function or associated item named child_schemas found for struct ResponseWrapper in the current scope error[E0599]: no function or associated item named error_schemas found for struct ResponseWrapper in the current scope

Error is like: function or associated item not found in ResponseWrapper<Box<dyn futures_util::Future<Output = actix_web::Either<Result<HttpResponse, actix_web::Error>, HttpResponse>> + Unpin>, __openapi_accept_presentation>

rlebran commented 4 months ago

Hey ! Should be fixed in 0.3.3