Skip to main content

author_utp

Function author_utp 

Source
pub fn author_utp<W: Write>(writer: &mut W, utp: &Utp) -> Result<(), UtpError>
Expand description

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

ยงErrors

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