initSidebarItems({"enum":[["Path","Path is a recursive enum made to be able to identify a pane by it's actual location in the multiplexer. An upper Pane on the left side for example would have the path `Path::LeftOrUp(Box::new(Some(Path::LeftOrUp(Box::new(None)))))`."]],"struct":[["Mux","View holding information and managing multiplexer."],["MuxBuilder","Builder for the multiplexer, default values for actions are set, but can be modified by calling the corresponding methods of the builder instance. `rust # fn main() { let builder = cursive_multiplex::MuxBuilder::new(); # } `"]],"type":[["Id","Identifier for views in binary tree of mux, typically returned after adding a new view to the multiplexer."]]});