pub type UnaryOperations = Vec<Operation<UnaryFunctionFn>>;
pub struct UnaryOperations { /* private fields */ }