Macro strom::val [] [src]

macro_rules! val {
    ($src:expr, $pat:ident!($($args:tt)*) => $value:expr) => { ... };
}