Macro dominator_helpers::with_query[][src]

macro_rules! with_query {
    ($this : ident, $query : expr => $t : ty, { $($methods : tt) * }) => { ... };
    ($this : ident, $query : expr, { $($methods : tt) * }) => { ... };
}
Expand description

Method to get a child by query example: .with_query!(“[data-id=‘status’]”, { .event(…)