Trait spawnflake::datastores::datastore::DataGeneration[][src]

pub trait DataGeneration<T> {
    fn spawn(&mut self, config: &GenericConfiguration, no_of_record: i32);
fn set_schema(&mut self, conn: &mut T, schema: &String);
fn new() -> Self; }

Required methods

Implementors