Macro raml::caml_ffi [] [src]

macro_rules! caml_ffi {
    ($code:tt) => { ... };
    ($code:tt => $result:ident) => { ... };
}