[−][src]Trait assembly_data::fdb::io::LoaderConfig
Configuration for the SchemaLoader
Required methods
pub fn load_table_data(&self, def: &TableDef) -> bool[src]
Whether to process to table specified by def
Implementors
impl<P> LoaderConfig for LoaderConfigImpl<P> where
P: Fn(&TableDef) -> bool, [src]
P: Fn(&TableDef) -> bool,