pub const fn default_true() -> bool { true } pub fn is_default(value: &T) -> bool { *value == T::default() }