succ_month

Function succ_month 

Source
pub fn succ_month(date: NaiveDate) -> NaiveDate
Expand description

ยงPanics

Creates a date with the next month based on given date. panics if year, month or day doesnt exist.