1 2 3 4 5 6 7 8
pub mod game; pub mod custom { use grid::Grid; pub struct _RegionId(pub u16); pub struct _RegionsMap(pub Grid<_RegionId>); }