pub fn get_discriminant_value(
tcx: TyCtxt<'_>,
adt: AdtDef<'_>,
i: VariantIdx,
) -> EnumValueExpand description
Gets the value of the given variant.
pub fn get_discriminant_value(
tcx: TyCtxt<'_>,
adt: AdtDef<'_>,
i: VariantIdx,
) -> EnumValueGets the value of the given variant.