aboutsummaryrefslogtreecommitdiffstats
path: root/implementors/serde/de/trait.Deserializer.js
diff options
context:
space:
mode:
Diffstat (limited to 'implementors/serde/de/trait.Deserializer.js')
-rw-r--r--implementors/serde/de/trait.Deserializer.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/implementors/serde/de/trait.Deserializer.js b/implementors/serde/de/trait.Deserializer.js
new file mode 100644
index 0000000..ec6f1e9
--- /dev/null
+++ b/implementors/serde/de/trait.Deserializer.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors["plist"] = ["impl&lt;I&gt; <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/de/trait.Deserializer.html' title='serde::de::Deserializer'>SerdeDeserializer</a> for <a class='struct' href='plist/struct.Deserializer.html' title='plist::Deserializer'>Deserializer</a>&lt;I&gt; <span class='where'>where I: <a class='trait' href='https://doc.rust-lang.org/nightly/core/iter/traits/trait.IntoIterator.html' title='core::iter::traits::IntoIterator'>IntoIterator</a>&lt;Item=<a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a>&lt;<a class='enum' href='plist/enum.PlistEvent.html' title='plist::PlistEvent'>PlistEvent</a>, <a class='enum' href='plist/enum.Error.html' title='plist::Error'>Error</a>&gt;&gt;</span>",];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()