1 2 3 4 5 6 7 8 9
use enum_ext::enum_ext; enum_ext!( pub struct NotAnEnum { x: i32, } ); fn main() {}