lesurp / OptionalStruct

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

Reintroduce applicable trait #24

Closed lesurp closed 1 month ago

lesurp commented 1 month ago

Reintroduce the Applyable trait (this time named Applicable, because spelling is better than consistency).

This allows the structures generated by this crate to be used in generic context (again).

Fixes #22