We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf434b commit 4629a87Copy full SHA for 4629a87
src/ewkb.rs
@@ -863,13 +863,13 @@ where
863
&'a self,
864
) -> postgis::GeometryType<
865
'a,
866
- Self::Point,
867
- Self::LineString,
868
- Self::Polygon,
869
- Self::MultiPoint,
870
- Self::MultiLineString,
871
- Self::MultiPolygon,
872
- Self::GeometryCollection,
+ P,
+ LineStringT<P>,
+ PolygonT<P>,
+ MultiPointT<P>,
+ MultiLineStringT<P>,
+ MultiPolygonT<P>,
+ GeometryCollectionT<P>,
873
> {
874
use ewkb::GeometryT as A;
875
use types::GeometryType as B;
0 commit comments