Macro dominator_helpers::with_data_id[][src]

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

Method to get a child by data-id example: .with_data_id!(“status”, { .event(…)