Skip to main content

author_ifo_to_vec

Function author_ifo_to_vec 

Source
pub fn author_ifo_to_vec(ifo: &Ifo) -> Result<Vec<u8>, IfoError>
Expand description

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

ยงErrors

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