default_true

Function default_true 

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

Serde default value function that returns true.

Use with #[serde(default = "default_true")] on boolean fields.