ringui
macro_rules! enum_iter_impl { ($name:ident, $( $variant:ident )*) => { ... }; }
Helper macro for internal use by enum_iter!.
enum_iter!