mentat/docs/apis/rust/implementors/serde/de/trait.Error.js
2018-06-22 12:08:32 +01:00

12 lines
912 B
JavaScript

(function() {var implementors = {};
implementors["serde"] = [];
implementors["serde_cbor"] = [{text:"impl <a class=\"trait\" href=\"serde/de/trait.Error.html\" title=\"trait serde::de::Error\">Error</a> for <a class=\"struct\" href=\"serde_cbor/error/struct.Error.html\" title=\"struct serde_cbor::error::Error\">Error</a>",synthetic:false,types:["serde_cbor::error::Error"]},];
implementors["serde_json"] = [{text:"impl <a class=\"trait\" href=\"serde/de/trait.Error.html\" title=\"trait serde::de::Error\">Error</a> for <a class=\"struct\" href=\"serde_json/error/struct.Error.html\" title=\"struct serde_json::error::Error\">Error</a>",synthetic:false,types:["serde_json::error::Error"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()