Hi everybody,
I am trying to split in different files a models.rs file which contains all the structs of my database
So I create a directory models which contains the different files for each structs
I have read the documentation but It seems to be more complex
The compiler says:
unresolved import models::MyappPathology
**
use models::MyappPathology;
no MyappPathology
in models
**
This file exists
Please help to understand how it works
Best Regards
Didier