Function icu::properties::sets::load_logical_order_exception

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

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