Type Alias SolverRegionConstraint
pub type SolverRegionConstraint<'tcx> = RegionConstraint<TyCtxt<'tcx>, Span>;Aliased Type§
pub struct SolverRegionConstraint<'tcx> {
pub and_constraint: And<TyCtxt<'tcx>, Span>,
pub or_constraint: Or<TyCtxt<'tcx>, Span>,
}Fields§
§and_constraint: And<TyCtxt<'tcx>, Span>§or_constraint: Or<TyCtxt<'tcx>, Span>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: 32 bytes