type DefWithoutBodyWithAnonConsts = Either<GenericDefId, VariantId>;
enum DefWithoutBodyWithAnonConsts { Left(GenericDefId), Right(VariantId), }
A value of type L.
L
A value of type R.
R