pub fn state_tree(world: &World) -> Option<&StateTree>Expand description
The state tree App::start published: where this world reads and writes.
None for a world running against no tree, which is a world that touches no
disk. What every system reads instead of resolving a path of its own.