alekratz / enum-methods

Method generation for enumerated types in Rust
Apache License 2.0
12 stars 3 forks source link

Should have an EnumAsMutGetters #18

Open TheDan64 opened 6 years ago

TheDan64 commented 6 years ago

In case you want to get a mutable reference you should also be able to do enum.as_mut_foo()