Function create_etcd_client_with_tls

Source
pub async fn create_etcd_client_with_tls(
    store_addrs: &[String],
    tls_config: Option<&TlsOption>,
) -> Result<Client>