Module retry

Source

Structs§

BoundReader
A Read that will only read up to a given number of bytes before EOF’ing.
LogReader
A Read that will log everything it reads
RetryReader
Wrap a Read so that we store a copy of what was read. Used for re-trying reads when we don’t know what to expect from the stream.