trait NormalizeLocation: Debug + Copy {
// Required method
fn to_locations(self) -> Locations;
}
Required Methods§
fn to_locations(self) -> Locations
Object Safety§
This trait is not object safe.
trait NormalizeLocation: Debug + Copy {
// Required method
fn to_locations(self) -> Locations;
}