gix_packetline_blocking

Module read

source
Expand description

Structs§

  • The error representing an ERR packet line, as possibly wrapped into an std::io::Error in read_line(…).
  • WithSidebandsblocking-io and (blocking-io or async-io)
    An implementor of BufRead yielding packet lines on each call to read_line(). It’s also possible to hide the underlying packet lines using the Read 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.