lesurp / OptionalStruct

Macro copying a struct with Option fields. Useful for config initialization
Apache License 2.0
36 stars 13 forks source link

Add support for try_merge 2 optionals into concrete #13

Closed doivosevic closed 10 months ago

doivosevic commented 3 years ago

Is there a way to make it so that we can for any (OptionalX a, OptionalX b) -> Result<X, Error>?

lesurp commented 1 year ago

Hmm that doesn't actually sound to difficult to implement, maybe I'll get to it at some point

lesurp commented 10 months ago

Added builder pattern functionality in #19