Struct hyper::client::pool::PooledStream
[−]
[src]
pub struct PooledStream<S> { // some fields omitted }
A Stream that will try to be returned to the Pool when dropped.
Methods
impl<S: NetworkStream> PooledStream<S>
fn into_inner(self) -> S
Take the wrapped stream out of the pool completely.