1 2 3 4 5
//! SQL Types. #[derive(SqlType)] #[diesel(postgres_type(name = "point"))] pub struct Point;