Function libreda_lefdef::def_writer::write_def
source · pub fn write_def<W: Write>(w: &mut W, def: &DEF) -> Result<(), DEFWriterError>Expand description
Write the DEF data structure into its ASCII representation. Ordering of the statements follows the official recommendation.