Skip to main content

author_utm_to_vec

Function author_utm_to_vec 

Source
pub fn author_utm_to_vec(utm: &Utm) -> Result<Vec<u8>, UtmError>
Expand description

Authors the UTM file the typed view describes, as bytes.

ยงErrors

UtmError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.