macro_rules! create_provider_builder {
($config_type:ty) => { ... };
}Expand description
Macro kept for source compatibility with older builder-based call sites.
macro_rules! create_provider_builder {
($config_type:ty) => { ... };
}Macro kept for source compatibility with older builder-based call sites.