pub fn read_gff<R: Read>(reader: &mut R) -> Result<Gff, GffBinaryError>Expand description
Reads a binary GFF file from a reader.
The stream is consumed from its current position.
ยงErrors
GffBinaryError::Io when the stream will not read to end, and whatever
read_gff_from_bytes reports for the bytes it collected.