[][src]Trait hyper::http::h2::CloneableStream

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
[src]