Trait engine_rocks::raw::TableFilter[][src]

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

Required methods

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

Loading content...

Implementors

impl TableFilter for TsFilter[src]

Loading content...