diff --git a/src/stream.rs b/src/stream.rs index e01d1da..b6b999e 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -120,7 +120,7 @@ impl Read for Stream { } } -impl From> for Stream +impl From> for Stream where R: Read, Stream: From,