[][src]Function broot::conf::toml::bool_field

pub fn bool_field(tbl: &Table, field_name: &str) -> Option<bool>

try to read the field_name property of the given value, as a boolean (only read it if it's a proper toml boolean, doesn't try to do hazardous string to bool conversions)