pub type OptBinaryFunctionFn = Option<BinaryFunctionFn>;
enum OptBinaryFunctionFn { None, Some(fn(_: &Vec<Type>, _: &Type, _: Object, _: Object, _: &RynaContext) -> Result<Object, String>), }
No value.
Some value of type T.
T