pub fn default_true() -> bool
Simply returns true.
true
Useful for #[serde(default = ...)].
#[serde(default = ...)]