Function icu_properties::sets::load_nfkd_inert
source ยท pub fn load_nfkd_inert(
provider: &(impl DataProvider<NfkdInertV1Marker> + ?Sized),
) -> Result<CodePointSetData, PropertiesError>
Expand description
A version of nfkd_inert()
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 CodePointSetData::as_borrowed
.