Function icu::properties::sets::load_grapheme_link

source ยท
pub fn load_grapheme_link(
    provider: &(impl DataProvider<GraphemeLinkV1Marker> + ?Sized)
) -> Result<CodePointSetData, PropertiesError>
Expand description

A version of grapheme_link() 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.