Question: Which types are _not_ allowed within an enum variant's body?

  1. zero-sized types
  2. structs
  3. trait objects
  4. floating-point numbers

Answer: The correct answer of the above question is Option C:trait objects