Macro impl_props_sc_v1
macro_rules! impl_props_sc_v1 {
($ provider : ty) => { ... };
}Expand description
Implement DataProvider<ScriptV1Marker> on the given struct using the data
hardcoded in this file. This allows the struct to be used with
icu’s _unstable constructors.