Skip to main content

DefWithoutBodyWithAnonConsts

Type Alias DefWithoutBodyWithAnonConsts 

Source
type DefWithoutBodyWithAnonConsts = Either<GenericDefId, VariantId>;

Aliased Type§

enum DefWithoutBodyWithAnonConsts {
    Left(GenericDefId),
    Right(VariantId),
}

Variants§

§

Left(GenericDefId)

A value of type L.

§

Right(VariantId)

A value of type R.