pub fn load_script_with_extensions_with_buffer_provider(
provider: &(impl BufferProvider + ?Sized),
) -> Result<ScriptWithExtensions, PropertiesError>
Expand description
A version of script_with_extensions
that uses custom data provided by a BufferProvider
.
✨ Enabled with the serde
feature.