Trait holiday::before_after::IsLastWeekday
source · pub trait IsLastWeekday: Datelike {
// Provided method
fn is_last_weekday(&self) -> bool { ... }
}
Expand description
Trait to determine if a NaiveDate is the last weekday of the month
Provided Methods§
sourcefn is_last_weekday(&self) -> bool
fn is_last_weekday(&self) -> bool
Determine if a date is the last weekday of the month
Object Safety§
This trait is not object safe.