pub trait MirVisitable<'tcx> { // Required method fn apply(&self, location: Location, visitor: &mut dyn Visitor<'tcx>); }