Skip to main content

author_utt_to_vec

Function author_utt_to_vec 

Source
pub fn author_utt_to_vec(utt: &Utt) -> Result<Vec<u8>, UttError>
Expand description

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

ยงErrors

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