pub type ProviderRef = Arc<dyn Provider>;
Shared reference to a Provider implementation
pub struct ProviderRef { /* private fields */ }