pub fn author_utw<W: Write>(writer: &mut W, utw: &Utw) -> Result<(), UtwError>Expand description
Authors the UTW file the typed view describes, into a writer.
ยงErrors
UtwError::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.