Macro raml::caml_param [] [src]

macro_rules! caml_param {
    (@step $idx:expr, $caml_roots:ident,) => { ... };
    (@step $idx:expr, $caml_roots:ident, $param:ident, $($tail:ident,)*) => { ... };
    ($($n:ident),*) => { ... };
}

Registers OCaml parameters with the GC