pub fn export_allocations_csv<W: Write>(
storage: &Storage,
writer: &mut W,
periods: Option<Vec<BudgetPeriod>>,
) -> EnvelopeResult<()>Expand description
Export budget allocations to CSV
pub fn export_allocations_csv<W: Write>(
storage: &Storage,
writer: &mut W,
periods: Option<Vec<BudgetPeriod>>,
) -> EnvelopeResult<()>Export budget allocations to CSV