[][src]Trait leveldb::database::compaction::Compaction

pub trait Compaction<'a, K: Key + 'a> {
    fn compact(&self, start: &'a K, limit: &'a K);
}

Required methods

fn compact(&self, start: &'a K, limit: &'a K)

Loading content...

Implementors

impl<'a, K: Key + 'a> Compaction<'a, K> for Database<K>[src]

Loading content...