Skip to main content

write_account_csv

Function write_account_csv 

Source
pub fn write_account_csv<W: Write>(
    writer: &mut W,
    results: &[AccountResult],
) -> Result<()>
Expand description

Write bank account CSV header + rows to any Write destination.