Expand description
Operations on the WebTransport streams.
Modules§
- chunk
- Provided
ReadableChunk
andWriteableChunk
implementations.
Structs§
- Chunk
- An chunk of data with an explicit offset in the stream.
Traits§
- AsError
Code - A way to represent a stream operation error as an error code.
- Finish
- Finish the write stream.
- Read
- Read the data from the stream.
- Read
Abort - Abort the read stream.
- Read
Chunk - Read a
Chunk
from a stream. - Readable
Chunk - Something that specifies the data type for a
Chunk
that can be read from a stream. - Write
- Write the data to a stream.
- Write
Abort - Abort the write stream.
- Write
Aborted - Wait for the write stream to abort.
- Write
Chunk - Write a
Chunk
to a stream. - Writeable
Chunk - Something that specifies the data type for a
Chunk
that can be written to a stream.