pub fn author_ute<W: Write>(writer: &mut W, ute: &Ute) -> Result<(), UteError>Expand description
Authors the UTE file the typed view describes, into a writer.
ยงErrors
UteError::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.