pub fn dynamic_provider_registry_from_dir(
service: SomaService,
provider_dir: impl Into<PathBuf>,
) -> Result<ProviderRegistry>Expand description
Build a registry combining the static provider with file-backed providers loaded from the given directory.