get_provider

Function get_provider 

Source
pub fn get_provider(id: &str) -> Option<&'static ProviderConfig>
Expand description

Look up a provider by canonical ID or alias.

Returns None when the ID (and any resolved alias) does not match a known provider.