pub type ConfigUpdateCb = Arc<dyn Fn(Value) + Send + Sync + 'static>;
A callback to be invoked if the config value is updated at runtime.
pub struct ConfigUpdateCb { /* private fields */ }