Trait bankholidays::uk::BankHoliday [] [src]

pub trait BankHoliday {
    fn is_bankholiday(&self) -> bool;
}

Required Methods

Implementors