12 lines
840 B
JavaScript
12 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<'a> <a class=\"trait\" href=\"tokio_executor/trait.Executor.html\" title=\"trait tokio_executor::Executor\">Executor</a> for &'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;
|
||
|
}
|
||
|
|
||
|
})()
|