Trait bonsaidb_core::schema::EntryInsert  
source · pub trait EntryInsert<Col: SerializedCollection>: Send + Unpin {
    // Required method
    fn call(self) -> Col::Contents;
}Expand description
A function that is invoked when inserting a document using the entry api.