Import struct to module

You should define Coord inside the same module, or else define it in a separate module and then do using or import to import that module.

1 Like