pub type StructInvariants<'tcx> = Vec<Property<'tcx>>;
A list of parsed struct invariants.
pub struct StructInvariants<'tcx> { /* private fields */ }