Function icu::properties::sets::load_id_continue

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

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