Function icu_properties::sets::load_quotation_mark
source ยท pub fn load_quotation_mark(
provider: &(impl DataProvider<QuotationMarkV1Marker> + ?Sized),
) -> Result<CodePointSetData, PropertiesError>
Expand description
A version of quotation_mark()
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
.