1 2 3 4 5 6 7 8 9 10 11
use structified_enum::structify; #[structify] enum Foo { A = 2, B = 0, C, D, } fn main() {}