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

Creates a new instance using an AnyProvider.

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

📚 Help choosing a constructor