Open afajl opened 5 months ago
The library currently returns Box which is not Send + Sync or Sized making it hard to use as a client.
If you're ok with it I can have a go at implementing a custom error type for this library inspired by https://sabrinajewson.org/blog/errors.
I'm thinking of three main errors types:
Hey @afajl apologies for the slow reply!
Yes feel free to have a go, I'll be giving this library some love soon as I've just started using it myself :)
The library currently returns Box which is not Send + Sync or Sized making it hard to use as a client.
If you're ok with it I can have a go at implementing a custom error type for this library inspired by https://sabrinajewson.org/blog/errors.
I'm thinking of three main errors types: