pub trait HtnStateTrait:
Reflect
+ GetTypeRegistration
+ Default
+ TypePath
+ Clone
+ Debug
+ Component { }Expand description
Auto-implemented trait that HTN Planner state must abide by. Used as a trait alias.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".