[][src]Module ocaml::custom

Custom types, used for allocating Rust values owned by the OCaml garbage collector

Structs

CustomOps

CustomOps duplicates sys::custom::custom_operations to provide a slightly nicer experience in Rust

Constants

DEFAULT_CUSTOM_OPS

Default CustomOps

Traits

Custom

Custom is used to define OCaml types that wrap existing Rust types, but are owned by the garbage collector