Replies: 1 comment
-
Hi. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have used https://docs.rs/mysql_async/latest/mysql_async/struct.SslOpts.html to setup my call. But the path to the cert will be different depending on where we run it (locally, deployed). We would like to use a variable. But I can't figure out how to pass in a variable with static lifetime without leaking memory. Is that the expectation of the API? Is there a way to not use static lifetimes?
Thanks for any recommendations.
Beta Was this translation helpful? Give feedback.
All reactions