pub trait AStarGridNode:
AStarNode
+ AddDirection
+ Debug { }
Expand description
Extends the AStarNode trait to also include the requirement for adding a direction, which is sufficient to define the 8-connected grid that we use in Screeps.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.