Skip to main content

author_utc

Function author_utc 

Source
pub fn author_utc<W: Write>(writer: &mut W, utc: &Utc) -> Result<(), UtcError>
Expand description

Authors the UTC file the typed view describes, into a writer.

ยงErrors

UtcError::Gff when the writer fails or a value will not encode. The typed view fixes the file type, so UnsupportedFileType cannot arise on this side.