Trait ocaml_interop::FromOCaml[][src]

pub unsafe trait FromOCaml<T> {
    fn from_ocaml(v: OCaml<'_, T>) -> Self;
}
Expand description

Implements conversion from OCaml values into Rust values.

Required methods

Convert from OCaml value.

Implementations on Foreign Types

Implementors