Type Definition ocaml_interop::OCamlFn1[][src]

pub type OCamlFn1<'a, A, Ret> = unsafe fn(_: &'a mut OCamlRuntime, _: OCamlRef<'_, A>) -> OCaml<'a, Ret>;
Expand description

OCaml function that accepts one argument.