Function icu::properties::sets::load_ascii_hex_digit

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

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