PathConstraint

Type Alias PathConstraint 

Source
pub type PathConstraint<'tcx> = HashMap<Vec<usize>, Vec<(Place<'tcx>, Place<'tcx>, BinOp)>>;

Aliased Typeยง

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