fn from_config()

in client/src/client.rs [83:86]


    fn from_config(config: Config) -> Result<Self, ConfigError>;
}

impl FromConfig for Client {