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>
Hello,
Thank for fixing most of the errors, but there is some left.
error[E0599]: no function or associated item named
responses
found for structResponseWrapper
in the current scopeerror[E0599]: no function or associated item named
schema
found for structResponseWrapper
in the current scope error[E0599]: no function or associated item namedchild_schemas
found for structResponseWrapper
in the current scope error[E0599]: no function or associated item namederror_schemas
found for structResponseWrapper
in the current scopeError 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>