Function genee::datafile::update_data[][src]

pub fn update_data(
    data: &mut DiaryData,
    date: &NaiveDate,
    new_row: &[bool]
) -> Result<SuccessfulUpdate>
Expand description

Modifies the provided DiaryData instance with the provided data row and date.