pub type ReviewConfigSource = Arc<dyn Fn() -> ReviewConfig + Send + Sync>;Expand description
Where the host reads the arming configuration. The daemon reloads
config.toml every 500 ms already, so this closure just reads whatever it
last installed.
Aliased Typeยง
pub struct ReviewConfigSource { /* private fields */ }