Module icu_provider::iter[][src]

Collection of iteration APIs for DataProvider.

Traits

IterableDataProvider

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

IterableDataProviderCore

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

KeyedDataProvider

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