WithObjectId

Trait WithObjectId 

Source
pub trait WithObjectId {
    // Required method
    fn get_id(&self) -> ObjectId;
}
Available on crate feature mongodb only.

Required Methods§

Source

fn get_id(&self) -> ObjectId

Implementors§