pub fn is_true(b: &bool) -> bool
Simply dereferences the given bool.
Useful for #[serde(skip_serializing_if = ...)].
#[serde(skip_serializing_if = ...)]