Skip to main content

get_bool

Function get_bool 

Source
pub fn get_bool(key: &str) -> Option<bool>
Expand description

Get a configuration value as a boolean Recognizes: “true”, “false”, “1”, “0”, “yes”, “no”