Skip to main content

author_fac

Function author_fac 

Source
pub fn author_fac<W: Write>(writer: &mut W, fac: &Fac) -> Result<(), FacError>
Expand description

Authors the FAC file the typed view describes, into a writer.

ยงErrors

FacError::Gff when the writer fails or a value will not encode. The typed view fixes the file type, so UnsupportedFileType cannot arise on this side.