http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

feat: add Error::from_display & from_debug #345

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

This is handy for errors which are not Send + Sync + 'static.

Fishrock123 commented 3 years ago

@yoshuawuyts Is this more in line with what you'd hope for? Or is this straying to far from from_error_lossy?