pub(crate) fn not(b: &bool) -> bool
A helper function for serde(skip_serializing_if) to omit false boolean values.
serde(skip_serializing_if)
false