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

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

Configuration for the SchemaLoader

Required methods

pub fn load_table_data(&self, def: &TableDef) -> bool[src]

Whether to process to table specified by def

Loading content...

Implementors

impl<P> LoaderConfig for LoaderConfigImpl<P> where
    P: Fn(&TableDef) -> bool
[src]

Loading content...