Skip to main content

SharedConfigChangeNotifier

Type Alias SharedConfigChangeNotifier 

Source
pub type SharedConfigChangeNotifier = Arc<dyn ConfigChangeNotifier>;
Expand description

Shared notifier object used by runtime services.

Aliased Typeยง

pub struct SharedConfigChangeNotifier { /* private fields */ }