[][src]Type Definition ocaml_interop::OCamlResult

type OCamlResult<T> = Result<OCamlAllocResult<T>, OCamlError>;

The result of calls to OCaml functions. Can be a value or an error.