10 lines
527 B
JavaScript
10 lines
527 B
JavaScript
(function() {var implementors = {};
|
|
implementors["tokio"] = ["impl <a class=\"trait\" href=\"tokio/prelude/trait.IntoFuture.html\" title=\"trait tokio::prelude::IntoFuture\">IntoFuture</a> for <a class=\"struct\" href=\"tokio/executor/struct.Spawn.html\" title=\"struct tokio::executor::Spawn\">Spawn</a>",];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|