Module icu_provider::marker
source · Expand description
Additional DataMarker
helpers.
Re-exports§
pub use super::marker_full::data_marker_path;
pub use super::marker_full::impl_data_provider_never_marker;
Structs§
- The string path of a data marker. For example, “foo@1”
- A compact hash of a
DataMarkerInfo
. Useful for keys in maps. - A marker for the given
DataStruct
. - A
DynamicDataMarker
that never returns data.