Skip to main content

author_utp_to_vec

Function author_utp_to_vec 

Source
pub fn author_utp_to_vec(utp: &Utp) -> Result<Vec<u8>, UtpError>
Expand description

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

ยงErrors

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