ConfigUpdateCb

Type Alias ConfigUpdateCb 

Source
pub type ConfigUpdateCb = Arc<dyn Fn(Value) + Send + Sync + 'static>;
Expand description

A callback to be invoked if the config value is updated at runtime.

Aliased Typeยง

pub struct ConfigUpdateCb { /* private fields */ }