12 lines
845 B
JavaScript
12 lines
845 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["serde"] = [];
|
||
|
implementors["serde_cbor"] = ["impl<'a, W> <a class=\"trait\" href=\"serde/ser/trait.SerializeTupleVariant.html\" title=\"trait serde::ser::SerializeTupleVariant\">SerializeTupleVariant</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>",];
|
||
|
|
||
|
if (window.register_implementors) {
|
||
|
window.register_implementors(implementors);
|
||
|
} else {
|
||
|
window.pending_implementors = implementors;
|
||
|
}
|
||
|
|
||
|
})()
|