Crate icu_relativetime_data
source ·Expand description
Data for the icu_relativetime crate
Macros
- Implement
DataProvider<LongDayRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LongHourRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LongMinuteRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LongMonthRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LongQuarterRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LongSecondRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LongWeekRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LongYearRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowDayRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowHourRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowMonthRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowSecondRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowWeekRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<NarrowYearRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortDayRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortHourRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortMinuteRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortMonthRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortQuarterRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortSecondRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortWeekRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ShortYearRelativeTimeFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1to add implementations.