mentat/implementors/tokio_executor/trait.Executor.js
2018-08-22 17:04:13 +00:00

11 lines
840 B
JavaScript

(function() {var implementors = {};
implementors["tokio_executor"] = [];
implementors["tokio_threadpool"] = ["impl <a class=\"trait\" href=\"tokio_executor/trait.Executor.html\" title=\"trait tokio_executor::Executor\">Executor</a> for <a class=\"struct\" href=\"tokio_threadpool/struct.Sender.html\" title=\"struct tokio_threadpool::Sender\">Sender</a>","impl&lt;'a&gt; <a class=\"trait\" href=\"tokio_executor/trait.Executor.html\" title=\"trait tokio_executor::Executor\">Executor</a> for &amp;'a <a class=\"struct\" href=\"tokio_threadpool/struct.Sender.html\" title=\"struct tokio_threadpool::Sender\">Sender</a>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()