| 11 | #[derive(Debug, Deserialize)] |
| 12 | #[serde(transparent)] |
| 13 | pub struct DbConfig(deadpool_postgres::Config); |
| 14 | |
| 15 | impl From<DbConfig> for deadpool_postgres::Config { |
| 16 | fn from(value: DbConfig) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected