mentat/docs/apis/rust/implementors/tokio/prelude/trait.IntoFuture.js
2018-06-22 12:08:32 +01:00

10 lines
583 B
JavaScript

(function() {var implementors = {};
implementors["tokio"] = [{text:"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>",synthetic:false,types:["tokio::executor::Spawn"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()