[][src]Function ruma_serde::is_true

pub fn is_true(b: &bool) -> bool

Simplfy dereferences the given bool.

Useful for #[serde(skip_serializing_if = ...)]