1 2 3 4 5 6 7 8 9
use fieldless_enum_tools::All; #[derive(All)] struct NotAnEnum { field1: u8, field2: u8, } fn main() {}