Skip to main content

author_utw_to_vec

Function author_utw_to_vec 

Source
pub fn author_utw_to_vec(utw: &Utw) -> Result<Vec<u8>, UtwError>
Expand description

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

ยงErrors

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