Type Alias ocaml_interop::OCamlFn1

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

OCaml function that accepts one argument.