pub(crate) trait FindAssignments { // Required method fn find_assignments(&self, local: Local) -> Vec<Location>; }