You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might want to create owned versions of our response types that convert the Cow-type stuff to String-type stuff (etc). This would cause a lot of type pollution, but would severely reduce lifetime clutter, and make it easier for less experienced Rust people to handle the owned types. Maybe make it feature gated?
The text was updated successfully, but these errors were encountered:
We might want to create
owned
versions of our response types that convert theCow
-type stuff toString
-type stuff (etc). This would cause a lot of type pollution, but would severely reduce lifetime clutter, and make it easier for less experienced Rust people to handle the owned types. Maybe make it feature gated?The text was updated successfully, but these errors were encountered: