ocaml 0.1.3

OCaml bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
/// Error returned by `ocaml-rs` functions
#[derive(Debug)]
pub enum Error {
    /// An index is out of bounds
    OutOfBounds,

    /// A value cannot be called using callback functions
    NotCallable
}