pub type BinaryOperations = Vec<Operation<BinaryFunctionFn>>;
struct BinaryOperations { /* private fields */ }