Enum intl_pluralrules::PluralRuleType[][src]

pub enum PluralRuleType {
    ORDINAL,
    CARDINAL,
}

Variants

Auto Trait Implementations