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.
2 parents c744865 + f81c1ed commit 2739034Copy full SHA for 2739034
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