Does Diesel support the Postgres `point` type?

Viewed 566

I'd like to use the point Postgres type. I don't see this type listed here in the types list for Diesel.

What is the correct way to write a model that includes a point column?

1 Answers
Related