pub fn write_record_line<W: Write>(
writer: &mut W,
record: &FileRecord,
) -> Result<()>Expand description
Same as write_record then append \n.
pub fn write_record_line<W: Write>(
writer: &mut W,
record: &FileRecord,
) -> Result<()>Same as write_record then append \n.