pub trait SqlERDataLoader {
    // Required method
    fn load_erd_data(&mut self) -> SqlERData;
}

Required Methods§

Implementors§