Trait hyper::http::h2::CloneableStream   
                   
                       [−]
                   
               [src]
pub trait CloneableStream: NetworkStream + Clone { }A trait alias representing all types that are both NetworkStream and Clone.
Implementors
- impl<S: NetworkStream + Clone> CloneableStream for S