Skip to main content

DynamicConfigFn

Type Alias DynamicConfigFn 

Source
pub type DynamicConfigFn = Box<dyn Fn(&str) -> Option<Value> + Send + Sync>;
Expand description

Dynamic config getter: (key: &str) -> Option

Aliased Typeยง

pub struct DynamicConfigFn(/* private fields */);