Macro actions

Source
macro_rules! actions {
    ($($tree:tt)*) => { ... };
}