Module icu_provider::iter[][src]

Expand description

Collection of iteration APIs for DataProvider.

Traits

A super-trait combining DataProvider and IterableDataProviderCore, auto-implemented for all types implementing both of those traits.

A provider that can iterate over all supported ResourceOptions for a certain key.

A DataProvider whose supported keys are known statically at compile time.