mentat/implementors/tokio/prelude/trait.IntoFuture.js

11 lines
527 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
(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;
}
})()