We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bc8de commit f81c1edCopy full SHA for f81c1ed
examples/simple/src/main.rs
@@ -13,5 +13,5 @@ fn main() {
13
14
// Print out our settings (as a HashMap)
15
println!("{:?}",
16
- settings.deserialize::<HashMap<String, String>>().unwrap());
+ settings.try_into::<HashMap<String, String>>().unwrap());
17
}
0 commit comments