Crate ecma402_traits

source ·

Modules§

  • A Rust implementation of the ECMA402 Collator API.
  • A Rust implementation of ECMA 402 DateTimeFormat API.
  • A Rust implementation of ECMA 402 DisplayNames API.
  • A Rust implementation of ECMA 402 ListFormat API.
  • A Rust implementation of ECMA 402 NumberFormat API.
  • A Rust implementation of ECMA 402 PluralRules API.
  • A Rust implementation of ECMA 402 RelativeTimeFormat API.

Traits§

  • 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.