Skip to main content

bool_attr_predicate

Function bool_attr_predicate 

Source
pub fn bool_attr_predicate(
    name: &str,
    left: &str,
    op: i32,
    right: &str,
) -> FragmentMatcher
Expand description

Match a boolean attribute with a predicate condition (e.g., ?disabled={{count > 5}}).