pub(crate) fn default_true() -> bool
Serde default for fields that must be true when omitted.
#[serde(default)] on a bool uses false. These fields cannot use that.
#[serde(default)]
bool
false