Skip to main content

author_uts

Function author_uts 

Source
pub fn author_uts<W: Write>(writer: &mut W, uts: &Uts) -> Result<(), UtsError>
Expand description

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

ยงErrors

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