mentat/implementors/tokio/prelude/trait.IntoFuture.js
2018-08-22 17:04:13 +00:00

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;
}
})()