|
|
|
@ -90,7 +90,7 @@ impl From<serde_json::Error> for Rear {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#[cfg(feature = "tokio_postgres")]
|
|
|
|
|
#[cfg(feature = "tokio-postgres")]
|
|
|
|
|
impl From<tokio_postgres::Error> for Rear {
|
|
|
|
|
fn from(error: tokio_postgres::Error) -> Self {
|
|
|
|
|
Self { message: error.to_string(), error: error.into() }
|
|
|
|
|