I've started working on code based on this library and working with Operations is difficult I want to do something like:
for operation in operations {
...
}
But each operation is a different field in the structure, I do not know if it's possible to iterate them in Rust