pub type ProviderFactory = fn() -> Box<dyn ServiceProvider>;Expand description
Compile-time provider constructor used by static provider registries.
pub type ProviderFactory = fn() -> Box<dyn ServiceProvider>;Compile-time provider constructor used by static provider registries.