mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-27 21:50:41 +00:00
12 lines
1.4 KiB
JavaScript
12 lines
1.4 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["downcast"] = [];
|
|
implementors["tantivy"] = [{text:"impl<_T: <a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>> <a class=\"trait\" href=\"downcast/trait.Downcast.html\" title=\"trait downcast::Downcast\">Downcast</a><_T> for <a class=\"trait\" href=\"tantivy/query/trait.Query.html\" title=\"trait tantivy::query::Query\">Query</a> <span class=\"where fmt-newline\">where<br> _T: <a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>, </span>",synthetic:false,types:["tantivy::query::query::Query"]},{text:"impl<_T: <a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>> <a class=\"trait\" href=\"downcast/trait.Downcast.html\" title=\"trait downcast::Downcast\">Downcast</a><_T> for <a class=\"trait\" href=\"tantivy/query/trait.Scorer.html\" title=\"trait tantivy::query::Scorer\">Scorer</a> <span class=\"where fmt-newline\">where<br> _T: <a class=\"trait\" href=\"downcast/trait.Any.html\" title=\"trait downcast::Any\">Any</a>, </span>",synthetic:false,types:["tantivy::query::scorer::Scorer"]},];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|