pub fn author_utt<W: Write>(writer: &mut W, utt: &Utt) -> Result<(), UttError>Expand description
Authors the UTT file the typed view describes, into a writer.
ยงErrors
UttError::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.