carllerche / tower-web

A fast, boilerplate free, web framework for Rust
MIT License
980 stars 51 forks source link

Implement Response trait for Result #163

Closed manifest closed 5 years ago

manifest commented 5 years ago

The PR for the issue.

carllerche commented 5 years ago

We probably want this to be E: Into<::Error>. What do you think?

manifest commented 5 years ago

I think you're right. I've updated PR.

manifest commented 5 years ago

@carllerche could please take a look on this one?