Skip to main content

author_ifo

Function author_ifo 

Source
pub fn author_ifo<W: Write>(writer: &mut W, ifo: &Ifo) -> Result<(), IfoError>
Expand description

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

ยงErrors

IfoError::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.