pub trait PlantUmlGenerator {
    fn generate(
        &self,
        sql_erd: &SqlERData,
        opts: &GeneratorConfigOptions
    ) -> String; }

Required Methods

Implementors