fn is_non_enum(t: Ty<'_>) -> bool
Expand description

Returns true if we know for sure that the given type is not an enum. Note that for cases where the type is generic, we can’t be certain if it will be an enum so we have to assume that it is.