Module icu_provider::prelude[][src]

Expand description

Core selection of APIs and structures for DataProvider.

Re-exports

pub use crate::marker::DataMarker;

Structs

A wrapper around the payload returned in a DataResponse.

A struct to request a certain piece of data from a data provider.

A response object containing an object as payload and metadata about it.

A response object containing metadata about the returned data.

A category, subcategory, and version, used for requesting data from a DataProvider.

A variant and language identifier, used for requesting data from a DataProvider.

Enums

Error enumeration for DataProvider.

A top-level collection of related resource keys.

Traits

A generic data provider that loads a payload of a specific type.