Type Definition multisql::BinaryOperator

source · []
pub type BinaryOperator = fn(_: Value, _: Value) -> Result<Value>;