Expand description
Structs§
- Error
- The error representing an ERR packet line, as possibly wrapped into an
std::io::Errorinread_line(…). - With
Sidebands blocking-ioand (blocking-ioorasync-io) - An implementor of
BufReadyielding packet lines on each call toread_line(). It’s also possible to hide the underlying packet lines using theReadimplementation which is useful if they represent binary data, like the one of a pack file.