You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the issue #299 right now and I saw some methods return Result<(), ()>, the issue I mentionned is about making them return a ParseResult<()>, but wouldn't it be better if they returned ParseResult<Self>, in order to allow method chaining with ? or (old) unwrap()?
This would actually be useful mainly for setters, I set up an actual list of them: