Struct ocaml_interop::OCamlList[][src]

pub struct OCamlList<A> { /* fields omitted */ }
Expand description

OCaml<OCamlList<T>> is a reference to an OCaml list containing values of type T.

Trait Implementations

Convert from OCaml value.

Convert to OCaml value.

Convert to OCaml value. Return an already rooted value as BoxRoot<T>.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.