[−][src]Module tokio_buf::util
Types and utilities for working with BufStream
.
Modules
error | Error types |
Structs
Chain | A buf stream that sequences two buf streams together. |
Collect | Consumes a buf stream, collecting the data into a single byte container. |
IntoStream | Converts a |
Limit | Limits the stream to a maximum amount of data. |
Traits
BufStreamExt | An extension trait for |
FromBufStream | Conversion from a |
Functions
iter | Converts an |
stream | Converts a |