Skip to main content

get_provider

Function get_provider 

Source
pub fn get_provider(name: &str) -> Option<Box<dyn Provider>>
Expand description
Stable since 0.63.0
Get a provider by name

Checks custom providers first (global registry), then falls back to the data-driven built-in provider factory.