oa_gateway::config

Function default_true

Source
pub(crate) fn default_true() -> bool
Expand description

Serde default for fields that must be true when omitted.

#[serde(default)] on a bool uses false. These fields cannot use that.