Closed ralexstokes closed 1 year ago
something dropped in #25 was impl Error for all the various error types
impl Error
I think we can just declare an impl for the std context and call it day. Update: this was the route taken.
std
While working on this a few other updates arrived:
Instance
Type
FromIterator
List
Vector
TryFrom
Default
something dropped in #25 was
impl Error
for all the various error typesI think we can just declare an impl for the
std
context and call it day. Update: this was the route taken.While working on this a few other updates arrived:
Instance
andType
errors to simplify error UX for consumersFromIterator
impl forList
andVector
TryFrom
impl forList
andVector
so the user can recover their data if they use these methods and they failDefault
impls that use theTryFrom
impl