Skip to main content

author_uts_to_vec

Function author_uts_to_vec 

Source
pub fn author_uts_to_vec(uts: &Uts) -> Result<Vec<u8>, UtsError>
Expand description

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

ยงErrors

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