StructInvariants

Type Alias StructInvariants 

Source
pub type StructInvariants<'tcx> = Vec<Property<'tcx>>;
Expand description

A list of parsed struct invariants.

Aliased Typeยง

pub struct StructInvariants<'tcx> { /* private fields */ }