Using tokio-postgres 0.7.8 I get an error in row.rs:
#[derive(Debug)]
| ----- in this derive macro expansion
...
202 | body: DataRowBody,
| ^^^^^^^^^^^^^^^^^ `DataRowBody` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
|
= help: the trait `std::fmt::Debug` is not implemented for `DataRowBody`
= note: this error originates in the derive macro `Debug`
Using tokio-postgres 0.7.8 I get an error in row.rs:
I assume a derive(Debug) would be sufficient