pub fn author_utm_to_vec(utm: &Utm) -> Result<Vec<u8>, UtmError>
Authors the UTM file the typed view describes, as bytes.
UtmError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.
UtmError::Gff
Vec