Skip to main content

author_fac_to_vec

Function author_fac_to_vec 

Source
pub fn author_fac_to_vec(fac: &Fac) -> Result<Vec<u8>, FacError>
Expand description

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

ยงErrors

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