Module icu_provider::marker[][src]

Expand description

Marker types and traits for DataProvider.

Structs

Marker type for Cow<str> where the backing cart is str.

Marker type for Cow<str> where the backing cart is String. This is required if ErasedDataStruct is to be used.

Traits

Trait marker for data structs. All types delivered by the data provider must be associated with something implementing this trait.