Skip to main content

author_utd_to_vec

Function author_utd_to_vec 

Source
pub fn author_utd_to_vec(utd: &Utd) -> Result<Vec<u8>, UtdError>
Expand description

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

ยงErrors

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