(function() {var implementors = {};
implementors["tokio"] = ["impl<F> Executor<F> for TaskExecutor where
F: Future<Item = (), Error = ()> + 'static, ","impl<T> Executor<T> for TaskExecutor where
T: Future<Item = (), Error = ()> + Send + 'static, ",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()