We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pokebot/src/web_server.rs
Line 53 in 3575ac5
The text was updated successfully, but these errors were encountered:
I don't get what you want from me. What is cow.
Sorry, something went wrong.
A Cow<'_, str> can be String or &str, whichever one is needed.
Cow<'_, str>
String
&str
Oh that's pretty neat. Didn't know about this and thought it was just some inside joke I missed :)
Closed because no one responded for 26 days.
zealsprince
No branches or pull requests
pokebot/src/web_server.rs
Line 53 in 3575ac5
The text was updated successfully, but these errors were encountered: