pub(super) fn contains_unsigned_property<F, E>( event: &E, property: &str, is_type: F, ) -> boolwhere F: FnOnce(&Value) -> bool, E: Event,