Skip to main content

author_ute_to_vec

Function author_ute_to_vec 

Source
pub fn author_ute_to_vec(ute: &Ute) -> Result<Vec<u8>, UteError>
Expand description

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

ยงErrors

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