Files
tantivy/master/implementors/downcast/trait.Downcast.js
2018-05-18 01:03:38 +00:00

12 lines
1.4 KiB
JavaScript

(function() {var implementors = {};
implementors["downcast"] = [];
implementors["tantivy"] = [{text:"impl&lt;_T:&nbsp;<a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>&gt; <a class=\"trait\" href=\"downcast/trait.Downcast.html\" title=\"trait downcast::Downcast\">Downcast</a>&lt;_T&gt; for <a class=\"trait\" href=\"tantivy/query/trait.Query.html\" title=\"trait tantivy::query::Query\">Query</a> <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;_T: <a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>,&nbsp;</span>",synthetic:false,types:["tantivy::query::query::Query"]},{text:"impl&lt;_T:&nbsp;<a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>&gt; <a class=\"trait\" href=\"downcast/trait.Downcast.html\" title=\"trait downcast::Downcast\">Downcast</a>&lt;_T&gt; for <a class=\"trait\" href=\"tantivy/query/trait.Scorer.html\" title=\"trait tantivy::query::Scorer\">Scorer</a> <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;_T: <a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>,&nbsp;</span>",synthetic:false,types:["tantivy::query::scorer::Scorer"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()