previous_week

Function previous_week 

Source
pub fn previous_week(date: &NaiveDate) -> Option<NaiveDate>
Expand description

Returns the end of the next week.

Weeks end on Saturday.