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

Enabled with the "serde" feature.

Creates a new instance using a BufferProvider.

For details on the behavior of this function, see: load_for_ecma262_unstable

📚 Help choosing a constructor