type github.com/jackc/pgx/v5/pgtype.PointValuer

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		point.go#L24: type PointValuer interface {
		point.go#L135: 	if _, ok := value.(PointValuer); !ok {
		point.go#L152: 	point, err := value.(PointValuer).PointValue()
		point.go#L169: 	point, err := value.(PointValuer).PointValue()