Trait spring_batch_rs::mongodb_reader::WithObjectId
source · pub trait WithObjectId {
// Required method
fn get_id(&self) -> ObjectId;
}pub trait WithObjectId {
// Required method
fn get_id(&self) -> ObjectId;
}