pub fn write_account_csv<W: Write>( writer: &mut W, results: &[AccountResult], ) -> Result<()>
Write bank account CSV header + rows to any Write destination.
Write