commit_elem

Macro commit_elem 

Source
macro_rules! commit_elem {
    ($group: expr, ($($elems:ident),+)) => { ... };
    ($group: expr, notify($($elems:ident),+)) => { ... };
}
Expand description

Shorthand macro for committing multiple elements.