var searchIndex = {}; searchIndex["find_folder"] = {"doc":"","items":[[4,"Search","find_folder","The direction in which `find_folder` should search for the folder.",null,null],[13,"Parents","","Search recursively through parent directories with the given depth.",0,null],[13,"Kids","","Search recursively through children directories with the given depth.",0,null],[13,"ParentsThenKids","","Search parents and then kids (same as `Both`).",0,null],[13,"KidsThenParents","","Search kids and then parents.",0,null],[4,"Error","","If the search was unsuccessful.",null,null],[13,"IO","","Some std io Error occurred.",1,null],[13,"NotFound","","The directory requested was not found.",1,null],[5,"check_kids","","Check the contents of this folder and children folders.",null,{"inputs":[{"name":"u8"},{"name":"str"},{"name":"path"}],"output":{"name":"result"}}],[5,"check_parents","","Check the given path and `depth` number of parent directories for a folder with the given name.",null,{"inputs":[{"name":"u8"},{"name":"str"},{"name":"path"}],"output":{"name":"result"}}],[5,"check_dir","","Check the given directory for a folder with the matching name.",null,{"inputs":[{"name":"str"},{"name":"path"}],"output":{"name":"result"}}],[6,"KidsDepth","","Depth of recursion through kids.",null,null],[6,"ParentsDepth","","Depth of recursion through parents.",null,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",1,null],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"error"}}],[11,"fmt","","",1,null],[11,"description","","",1,null],[11,"for_folder","","An easy API method for finding a folder with a given name.\ni.e. `Search::Kids(u8).for_folder("assets")`",0,null]],"paths":[[4,"Search"],[4,"Error"]]}; initSearch(searchIndex);