Skip to content

Commit

Permalink
docs(client): a custom connector must be implement the Clone trait (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 authored and seanmonstar committed Dec 10, 2019
1 parent f45137a commit 164feec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/connect/mod.rs
Expand Up @@ -30,6 +30,7 @@
//! use hyper::{service::Service, Uri};
//! use tokio::net::TcpStream;
//!
//! #[derive(Clone)]
//! struct LocalConnector;
//!
//! impl Service<Uri> for LocalConnector {
Expand Down

0 comments on commit 164feec

Please sign in to comment.