Crate ecma402_traits[][src]

Modules

collator

A Rust implementation of the ECMA402 Collator API.

datetimeformat

A Rust implementation of ECMA 402 DateTimeFormat API.

displaynames

A Rust implementation of ECMA 402 DisplayNames API.

listformat

A Rust implementation of ECMA 402 ListFormat API.

numberformat

A Rust implementation of ECMA 402 NumberFormat API.

pluralrules

A Rust implementation of ECMA 402 PluralRules API.

relativetime

A Rust implementation of ECMA 402 RelativeTimeFormat API.

Traits

Locale

This trait contains the common features of the Locale object that must be shared among all the implementations. Every implementor of listformat should provide their own version of Locale, and should ensure that it implements Locale. as specified here.