aboutsummaryrefslogtreecommitdiffstats
path: root/implementors/serde/de/trait.Deserializer.js
blob: ec6f1e92581dac98134aea6218328396e1e16d8a (plain)
1
2
3
4
5
6
7
8
9
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;
            }
        
})()