Macro strom::chain [] [src]

macro_rules! chain {
    ($src:expr, $($rest:tt)*) => { ... };
}