get_config

Function get_config 

Source
pub fn get_config() -> ClientConfig
Expand description

Get the global configuration.

ยงExample

use tcp_client::config::get_config;

let config = get_config();