Andreas Nachtmann
Andreas Nachtmann
Sorry for the late reply! It works like a charm! Thank you! How would you like to proceed? Should I leave this issue open, because it is a little confusing...
For my use case your proposed solution would be fine. However originally I was thinking about something along the lines of this to avoid panicking the program: ```rust /// Error...
Hm makes sense. Do you prefer the option type with the improved error message or should I create a pull request using the error enum and rename `KeyError` to `None`