pub fn author_uti<W: Write>(writer: &mut W, uti: &Uti) -> Result<(), UtiError>Expand description
Authors the UTI file the typed view describes, into a writer.
ยงErrors
UtiError::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.