Function icu_properties::sets::load_ids_trinary_operator

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

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