lesurp / OptionalStruct

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

Add support to make the Optional struct public #12

Closed doivosevic closed 1 year ago

doivosevic commented 2 years ago

Can we somehow expose the additionally created Optional variant? From what I can see it is always private

lesurp commented 1 year ago

Done by #15 Still need to add an option to (un)-toggle that behavior.