surf icon indicating copy to clipboard operation
surf copied to clipboard

surf::Error does not implement std::error::Error

Open rbtcollins opened this issue 3 years ago • 1 comments

(I'm happy if you choose to mark this as a duplicate - my main goal is to increase the googlability of this aspect of the current code).

A workaround (I suspect, working on it now) is to implement a newtype and wrap everything that encounters surf error types.

rbtcollins avatar Jun 22 '22 15:06 rbtcollins

dependent on https://github.com/http-rs/http-types/pull/395

Fishrock123 avatar Jun 24 '22 18:06 Fishrock123