[][src]Type Definition ocaml_interop::OCamlFn1

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

OCaml function that accepts one argument.