Expand description
Structsยง
- Reader
Stream - Stream that will read grow as needed by reading into a Reader.
- VecStream
- A stream that return Data from a
Vec<u8>
This can be used if you want give ownership of data to the stream. This allow to return Context that reference Span from Stream