pub trait WorldExt { // Required method fn maintain(&mut self); }
Extension to the World struct that adds a maintain() method.
World