var searchIndex = {}; searchIndex["pool"] = {"doc":"A store of pre-initialized values.","items":[[3,"Pool","pool","A pool of values",null,null],[3,"Checkout","","A handle to a checked out value",null,null],[11,"with_capacity","","Creates a new pool that can contain up to `capacity` entries as well as\n`extra` extra bytes. Initializes each entry with the given function.",0,{"inputs":[{"name":"usize"},{"name":"usize"},{"name":"f"}],"output":{"name":"pool"}}],[11,"checkout","","Checkout a value from the pool. Returns `None` if the pool is currently\nat capacity.",0,null],[11,"extra","","Extra bytes that can be read from",1,null],[11,"extra_mut","","Extra bytes that can be written to",1,null],[11,"deref","","",1,null],[11,"deref_mut","","",1,null],[11,"drop","","",1,null]],"paths":[[3,"Pool"],[3,"Checkout"]]}; initSearch(searchIndex);