Trait assembly_data::fdb::io::LoaderConfig[][src]

pub trait LoaderConfig {
    fn load_table_data(&self, def: &TableDef) -> bool;
}
Expand description

Configuration for the SchemaLoader

Required methods

Whether to process to table specified by def

Implementors