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 }