Skip to main content

contains_unsigned_property

Function contains_unsigned_property 

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