[][src]Macro dominator_helpers::with_query

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

Method to get a child by query example: .with_query!("[data-id='status']", { .event(...)