batch_commit

Function batch_commit 

Source
pub fn batch_commit<T, F>(doc: Doc, f: F) -> Option<T>
where F: FnOnce(Doc) -> T,