Function icu::properties::sets::load_pattern_white_space

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

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