Question: I have the following code snippet: This gives me an error: This makes sense, I am using the key variable and thus moving it out of the environment. What I can’t figure out is how can I get this ...
Question: I am a Rust beginner and I needed some help with creating path Filters. The stripped down code looks like this: I need to combine the 2 filters so that if I get a auth request(/auth) then it should ...