blob: 78a35d95d512eafccf7a3c40b9a625967034fe31 (
plain)
1
2
3
4
5
6
7
8
9
10
|
(function() {var implementors = {};
implementors["plist"] = ["impl<W: <a class='trait' href='plist/trait.EventWriter.html' title='plist::EventWriter'>EventWriter</a>> <a class='trait' href='https://serde-rs.github.io/serde/serde/serde/ser/trait.Serializer.html' title='serde::ser::Serializer'>SerdeSerializer</a> for <a class='struct' href='plist/struct.Serializer.html' title='plist::Serializer'>Serializer</a><W>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()
|