pub trait Checker<'tcx> { // Required method fn variable_contracts(&self) -> &HashMap<usize, Vec<Contract<'tcx>>>; }