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

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

Required methods

fn load_table_data(&self, def: &TableDef) -> bool

Loading content...

Implementors

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

Loading content...