pub fn author_dlg_to_vec(dlg: &Dlg) -> Result<Vec<u8>, DlgError>
Authors the DLG file the typed view describes, as bytes.
DlgError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.
DlgError::Gff
Vec