Take the ready morsels.
(&mut self)
| 169 | |
| 170 | /// Take the ready morsels. |
| 171 | pub fn take_morsels(&mut self) -> Vec<Box<dyn Morsel>> { |
| 172 | std::mem::take(&mut self.morsels) |
| 173 | } |
| 174 | |
| 175 | /// Take the ready child planners. |
| 176 | pub fn take_ready_planners(&mut self) -> Vec<Box<dyn MorselPlanner>> { |