pub trait Exists { // Required method fn exists(&self, id: &oid) -> bool; }
Check if an object is present in an object store.
Returns true if the object exists in the database.
true