diff --git a/src/ewkb.rs b/src/ewkb.rs index ee85931..e4a5a11 100644 --- a/src/ewkb.rs +++ b/src/ewkb.rs @@ -863,13 +863,13 @@ where &'a self, ) -> postgis::GeometryType< 'a, - Self::Point, - Self::LineString, - Self::Polygon, - Self::MultiPoint, - Self::MultiLineString, - Self::MultiPolygon, - Self::GeometryCollection, + P, + LineStringT
, + PolygonT
, + MultiPointT
, + MultiLineStringT
, + MultiPolygonT
, + GeometryCollectionT
, > { use ewkb::GeometryT as A; use types::GeometryType as B;