var searchIndex = {}; searchIndex["retry"] = {"doc":"Crate retry provides functionality for retrying an operation until its return value satisfies a\nspecific condition.","items":[[3,"Retry","retry","Builder object for a retryable operation.",null,null],[3,"RetryError","","An error indicating that a retry call failed.",null,null],[5,"retry","","Invokes a function a certain number of times or until a condition is satisfied with a fixed\nwait after each unsuccessful try.",null,{"inputs":[{"name":"u32"},{"name":"u32"},{"name":"f"},{"name":"g"}],"output":{"name":"result"}}],[11,"fmt","","",0,null],[11,"new","","Build a new `Retry` object.",0,{"inputs":[{"name":"f"},{"name":"g"}],"output":{"name":"retry"}}],[11,"execute","","Begin executing the retryable operation.",0,null],[11,"try","","Set a maximum number of tries to make before failing.",0,null],[11,"wait","","Set the number of milliseconds to wait after an unsuccesful try before trying again.",0,null],[11,"fmt","","",1,null],[11,"fmt","","",1,null],[11,"description","","",1,null]],"paths":[[3,"Retry"],[3,"RetryError"]]}; initSearch(searchIndex);