pub fn enum_to_i32<E: Enumeration + Copy>(v: &E) -> i32Expand description
Generic adapter used by emitted impls: accepts anything that implements ToCelValue.
Convert any enum-like value to i32. Works for buffa EnumValue<E> and raw
enum types (which can be cast via Enumeration::to_i32).