Function icu_properties::maps::load_indic_syllabic_category
source ยท pub fn load_indic_syllabic_category(
provider: &(impl DataProvider<IndicSyllabicCategoryV1Marker> + ?Sized),
) -> Result<CodePointMapData<IndicSyllabicCategory>, PropertiesError>
Expand description
A version of indic_syllabic_category()
that uses custom data provided by a DataProvider
.
Note that this will return an owned version of the data. Functionality is available on
the borrowed version, accessible through CodePointMapData::as_borrowed
.