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?
We might want to create
ownedversions 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?