(value: DbConfig)
| 14 | |
| 15 | impl From<DbConfig> for deadpool_postgres::Config { |
| 16 | fn from(value: DbConfig) -> Self { |
| 17 | value.0 |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | impl confik::Configuration for DbConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected