pub fn author_are<W: Write>(writer: &mut W, are: &Are) -> Result<(), AreError>Expand description
Authors the ARE file the typed view describes, into a writer.
ยงErrors
AreError::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.