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