Skip to main content

author_utm

Function author_utm 

Source
pub fn author_utm<W: Write>(writer: &mut W, utm: &Utm) -> Result<(), UtmError>
Expand description

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

ยงErrors

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