Macro json_str::json_fn [] [src]

macro_rules! json_fn {
    (|$($repl:ident),*| $j:tt) => { ... };
}