Doc for Store::update()
This commit is contained in:
parent
77b10e20cb
commit
c8c8401680
1 changed files with 3 additions and 0 deletions
|
@ -597,6 +597,9 @@ impl Store {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Return the `FileLockEntry` and write to disk
|
/// Return the `FileLockEntry` and write to disk
|
||||||
|
///
|
||||||
|
/// See `Store::_update()`.
|
||||||
|
///
|
||||||
pub fn update<'a>(&'a self, mut entry: FileLockEntry<'a>) -> Result<()> {
|
pub fn update<'a>(&'a self, mut entry: FileLockEntry<'a>) -> Result<()> {
|
||||||
self._update(&mut entry, false).map_err_into(SEK::UpdateCallError)
|
self._update(&mut entry, false).map_err_into(SEK::UpdateCallError)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue