pub trait CldrCalendar {
    const BCP_47_IDENTIFIER: Value;
}
Expand description

A calendar that can be found in CLDR

New implementors of this trait will likely also wish to modify get_era_code_map() in the CLDR transformer to support any new era maps.

Required Associated Constants

The Unicode BCP 47 identifier for the calendar

Implementations on Foreign Types

Implementors