pub fn read_git<R: Read>(reader: &mut R) -> Result<Git, GitError>Expand description
Reads typed GIT data from a reader at the current stream position.
ยงErrors
GitError::Gff when the stream is not a readable GFF, and
GitError::UnsupportedFileType when it is a GFF of some other format,
carrying the fourcc that was found.