1 2 3 4 5 6 7
use solverforge::prelude::*; #[planning_entity] pub struct DummyEntity { #[planning_id] pub id: usize, }