12 lines
1.4 KiB
JavaScript
12 lines
1.4 KiB
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["serde_cbor"] = ["impl<'a, W> <a class=\"trait\" href=\"serde/ser/trait.Serializer.html\" title=\"trait serde::ser::Serializer\">Serializer</a> for &'a mut <a class=\"struct\" href=\"serde_cbor/ser/struct.Serializer.html\" title=\"struct serde_cbor::ser::Serializer\">Serializer</a><W> <span class=\"where fmt-newline\">where<br> W: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a>, </span>",];
|
||
|
implementors["serde_json"] = ["impl<'a, W, F> <a class=\"trait\" href=\"serde/ser/trait.Serializer.html\" title=\"trait serde::ser::Serializer\">Serializer</a> for &'a mut <a class=\"struct\" href=\"serde_json/ser/struct.Serializer.html\" title=\"struct serde_json::ser::Serializer\">Serializer</a><W, F> <span class=\"where fmt-newline\">where<br> W: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a>,<br> F: <a class=\"trait\" href=\"serde_json/ser/trait.Formatter.html\" title=\"trait serde_json::ser::Formatter\">Formatter</a>, </span>",];
|
||
|
|
||
|
if (window.register_implementors) {
|
||
|
window.register_implementors(implementors);
|
||
|
} else {
|
||
|
window.pending_implementors = implementors;
|
||
|
}
|
||
|
|
||
|
})()
|