Module icu_provider::marker
source · Expand description
Marker types and traits for DataProvider.
Structs§
- A
DataMarker
that never returns data.
Traits§
- Trait marker for data structs. All types delivered by the data provider must be associated with something implementing this trait.
- A
DataMarker
with aDataKey
attached.