Enum ocaml::Error
[−]
[src]
pub enum Error {
OutOfBounds,
NotCallable,
}Error returned by ocaml-rs functions
Variants
OutOfBoundsAn index is out of bounds
NotCallableA value cannot be called using callback functions