pub fn read_bool<L>(lookup: &L, key: &str, default: bool) -> boolwhere L: ConfigValueLookup + ?Sized,
Reads a bool-like value from a runtime configuration lookup.