var searchIndex = {}; searchIndex["simple_error"] = {"doc":"A simple error type backed by a string.","items":[[3,"SimpleError","simple_error","A type that represents a simple error.",null,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"new","","Creates a new simple error.",0,{"inputs":[{"name":"t"}],"output":{"name":"simpleerror"}}],[11,"from","","Creates a new simple error from another error.",0,{"inputs":[{"name":"t"}],"output":{"name":"simpleerror"}}],[11,"with","","Creates a new simple error from a string with another error.",0,{"inputs":[{"name":"str"},{"name":"t"}],"output":{"name":"simpleerror"}}],[11,"fmt","","",0,null],[11,"description","","",0,null],[14,"try_with!","","Helper macro for unwrapping `Result` values while returning early with a\nnewly constructed `SimpleError` if the value of the expression is `Err`.\nCan only be used in functions that return `Result<_, SimpleError>`.",null,null]],"paths":[[3,"SimpleError"]]}; initSearch(searchIndex);