We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe278a commit e20bcd5Copy full SHA for e20bcd5
1 file changed
src/rt/mod.rs
@@ -22,6 +22,7 @@ use std::{
22
/// ```
23
/// # use hyper::rt::Executor;
24
/// # use std::future::Future;
25
+/// #[derive(Clone)]
26
/// struct TokioExecutor;
27
///
28
/// impl<F> Executor<F> for TokioExecutor
0 commit comments