var searchIndex = {}; searchIndex["fs2"] = {"doc":"","items":[[5,"lock_contended_error","fs2","Returns the error that a call to a try lock method on a contended file will return.",null,{"inputs":[],"output":{"name":"error"}}],[8,"FileExt","","Extension trait for `File` providing duplication and locking methods.",null,null],[10,"duplicate","","Returns a duplicate instance of the file.",0,null],[10,"lock_shared","","Locks the file for shared usage, blocking if the file is currently locked exclusively.",0,null],[10,"lock_exclusive","","Locks the file for exclusive usage, blocking if the file is currently locked.",0,null],[10,"try_lock_shared","","Locks the file for shared usage, or returns a an error if the file is currently locked\n(see `lock_contended_error`).",0,null],[10,"try_lock_exclusive","","Locks the file for shared usage, or returns a an error if the file is currently locked\n(see `lock_contended_error`).",0,null],[10,"unlock","","Unlocks the file.",0,null]],"paths":[[8,"FileExt"]]}; initSearch(searchIndex);