pub type Result<T> = Result<T, Error>;
Convenient Result alias for returning pg_query::Error.
pg_query::Error