pub type DynState = Arc<dyn State>;
Shared trait-object form used by planners and executors.
pub struct DynState { /* private fields */ }