[][src]Macro mini_paste::expr

macro_rules! expr {
    (
    $($input:tt)*
) => { ... };
}