MCPcopy Create free account
hub / github.com/actix/examples / from

Method from

databases/postgres/src/config.rs:16–18  ·  view source on GitHub ↗
(value: DbConfig)

Source from the content-addressed store, hash-verified

14
15impl From<DbConfig> for deadpool_postgres::Config {
16 fn from(value: DbConfig) -> Self {
17 value.0
18 }
19}
20
21impl confik::Configuration for DbConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected