fn is_fieldless_enum(item: &ItemEnum) -> bool
Returns true if every variant of the enum is a unit variant (no fields).
true