pub fn load_for_ecma262_with_buffer_provider(
    provider: &(impl BufferProvider + ?Sized),
    name: &str
) -> Result<CodePointSetData, PropertiesError>
Expand description

A version of load_for_ecma262 that uses custom data provided by a BufferProvider.

Enabled with the serde feature.

📚 Help choosing a constructor