pub fn load_script_with_extensions_with_any_provider(
    provider: &(impl AnyProvider + ?Sized)
) -> Result<ScriptWithExtensions, PropertiesError>
Expand description

A version of script_with_extensions that uses custom data provided by an AnyProvider.

๐Ÿ“š Help choosing a constructor