Trait rustc_borrowck::type_check::NormalizeLocation
source · trait NormalizeLocation: Debug + Copy {
// Required method
fn to_locations(self) -> Locations;
}
trait NormalizeLocation: Debug + Copy {
// Required method
fn to_locations(self) -> Locations;
}