11 lines
537 B
JavaScript
11 lines
537 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["tokio"] = ["impl <a class=\"trait\" href=\"tokio/prelude/future/trait.Future.html\" title=\"trait tokio::prelude::future::Future\">Future</a> for <a class=\"struct\" href=\"tokio/runtime/struct.Shutdown.html\" title=\"struct tokio::runtime::Shutdown\">Shutdown</a>",];
|
||
|
|
||
|
if (window.register_implementors) {
|
||
|
window.register_implementors(implementors);
|
||
|
} else {
|
||
|
window.pending_implementors = implementors;
|
||
|
}
|
||
|
|
||
|
})()
|