Function create_client

Source
pub async fn create_client(
    tikv_conn_param: Option<TikvConnParams>,
) -> Result<Client, Error>