Type Alias battleship_bot::BoatMap

source ·
pub type BoatMap = [[Boat; 10]; 10];
Expand description

This is supposed to be returned by any place function.

If you want to implement your own place function, you’d have to return this or at least the type it represents.