Trait hyper::http::h2::CloneableStream
[−]
[src]
pub trait CloneableStream: NetworkStream + Clone { }
A trait alias representing all types that are both NetworkStream
and Clone
.