Skip to main content

ConstraintPair

Type Alias ConstraintPair 

Source
type ConstraintPair<'tcx> = (Constraint<'tcx>, SubregionOrigin<'tcx>);
Expand description

Type alias for the pairs stored in RegionConstraintData::constraints, which we are indexing.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 56 bytes