Skip to main content

read_utc

Function read_utc 

Source
pub fn read_utc<R: Read>(reader: &mut R) -> Result<Utc, UtcError>
Expand description

Reads typed UTC data from a reader at the current stream position.

ยงErrors

UtcError::Gff when the stream is not a readable GFF, and UtcError::UnsupportedFileType when it is a GFF of some other format, carrying the fourcc that was found.