pub trait SingleVersionContains: Send + Sync { // Required method fn contains(&self, key: &EncodedKey) -> Result<bool>; }