Function bool_field

Source
fn bool_field(
    fields: &BTreeMap<String, Value>,
    key: &str,
) -> Result<Option<bool>, String>