-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Thanks for the great crate! I've just replaced a bunch of methods with enum-as-inner: https://github.com/max-sixty/prql/pull/146. I did have one question:
The Result from .into_* is different from most Result types — it seems to be Result<OutType, InType>>. Is this intentional? It's not the only place that doesn't conform to Result<OutType, Err>, so possibly this being surprising is because of my lack of rust understanding?
Currently I'm doing .map_err a lot, rather than just ?.
Thank you!
Sharpiro and elenakrittik
Metadata
Metadata
Assignees
Labels
No labels