Module gix_packetline::read
source · Expand description
Structs§
- The error representing an ERR packet line, as possibly wrapped into an
std::io::Error
inread_line(…)
. - With
Sidebands blocking-io
and (blocking-io
orasync-io
)An implementor ofBufRead
yielding packet lines on each call toread_line()
. It’s also possible to hide the underlying packet lines using theRead
implementation which is useful if they represent binary data, like the one of a pack file.
Enums§
- Allow the read-progress handler to determine how to continue.