Trait bonsaidb_core::schema::EntryUpdate
source · pub trait EntryUpdate<Col>: Send + Unpinwhere
Col: SerializedCollection,{
// Required method
fn update(&mut self, doc: &mut Col::Contents);
}
Expand description
A function that is invoked when updating a document using the entry api.