You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
While using the module, there are a situation to receive configs as HashMap.
But in the example I could only find setting config one by one using ClientConfig::new().set().set()...
Is there some option to put option as hashmap such as
let config = HashMap::new();
// ...
let client_config = ClientConfig::new().set_config_map(config);
...
?
The text was updated successfully, but these errors were encountered:
kination
changed the title
Receive option as hashmap
[Suggestion] Receive option as hashmap
May 19, 2021
Hello,
While using the module, there are a situation to receive configs as HashMap.
But in the example I could only find setting config one by one using
ClientConfig::new().set().set()...
Is there some option to put option as hashmap such as
?
The text was updated successfully, but these errors were encountered: