Trait rocksdb::TableFilter[][src]

pub trait TableFilter {
    fn table_filter(&self, props: &TableProperties) -> bool;
}

Required methods

fn table_filter(&self, props: &TableProperties) -> bool[src]

Loading content...

Implementors

Loading content...