Function bytes

Source
pub fn bytes(
    read: impl Read,
    num_bytes_from_start: usize,
    kind: Kind,
    progress: &mut impl Progress,
    should_interrupt: &AtomicBool,
) -> Result<ObjectId>
Available on crate feature progress and (crate features rustsha1 or fast-sha1) only.
Expand description

Similar to bytes_of_file, but operates on an already open file.