pub fn load_script_with_extensions_with_buffer_provider(
    provider: &impl BufferProvider
) -> Result<ScriptWithExtensions, 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_script_with_extensions_unstable

📚 Help choosing a constructor