docs(client): a custom connector must be implement the Clone trait (#2064)

This commit is contained in:
Frank Denis
2019-12-10 18:35:39 +01:00
committed by Sean McArthur
parent f45137ad6d
commit 164feec941

View File

@@ -30,6 +30,7 @@
//! use hyper::{service::Service, Uri};
//! use tokio::net::TcpStream;
//!
//! #[derive(Clone)]
//! struct LocalConnector;
//!
//! impl Service<Uri> for LocalConnector {