pub fn load_line_break(
    provider: &(impl DataProvider<LineBreakV1Marker> + ?Sized)
) -> Result<CodePointMapData<LineBreak>, PropertiesError>
Expand description

A version of line_break() 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 CodePointMapData::as_borrowed.

📚 Help choosing a constructor