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