next_month

Function next_month 

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

Returns the first day of the next month.

If the current month is December, this will shift to the next year.