Expand description
Converts a Stream of Buf types into a BufStream.
While Stream and BufStream are very similar, they are not identical. The
stream function returns a BufStream that is backed by the provided
Stream type.
Converts a Stream of Buf types into a BufStream.
While Stream and BufStream are very similar, they are not identical. The
stream function returns a BufStream that is backed by the provided
Stream type.