-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the trait ResponseError
is not implemented for jammdb::Error
#5
Comments
Hi @ArunGust Your problem is that you are using the You should look into using something like Hopefully that helps! |
Thank you @pjtatlow I tried to clone and pass-through Arc, but it shows [E0596] cannot borrow data in an
async fn fn_inituserdb(req: HttpRequest, _jdb: Datajammdb::DB) ->Result<String, Error> { [E0596] cannot borrow data in an |
Have you tried getting rid of the |
Yes, below error popup cannot borrow data in an |
Hmm, looks like |
Thank you |
Hi,
I got the below error for integration with actix web app. Anyway, idea how to resolve this?
let mut tx = _jdb.tx(true)?;
| ^ the trait
ResponseError
is not implemented forjammdb::Error
The text was updated successfully, but these errors were encountered: