Files
tantivy/implementors/error_chain/trait.ChainedError.js
2018-02-12 02:52:50 +00:00

12 lines
549 B
JavaScript

(function() {var implementors = {};
implementors["error_chain"] = [];
implementors["tantivy"] = ["impl <a class=\"trait\" href=\"error_chain/trait.ChainedError.html\" title=\"trait error_chain::ChainedError\">ChainedError</a> for <a class=\"struct\" href=\"tantivy/struct.Error.html\" title=\"struct tantivy::Error\">Error</a>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()