use crate;
use Key;
/// An entry in the [`Memtable`](super::Memtable).
pub type Entry<'a, C> = ;
/// A bulk deletion entry in the [`Memtable`](super::Memtable).
pub type BulkDeletionEntry<'a, C> = ;
/// A bulk update entry in the [`Memtable`](super::Memtable).
pub type BulkUpdateEntry<'a, C> = ;