Skip to main content

author_utd

Function author_utd 

Source
pub fn author_utd<W: Write>(writer: &mut W, utd: &Utd) -> Result<(), UtdError>
Expand description

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

ยงErrors

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