[][src]Trait warden_core::dbms::driver::DriverFactory

pub trait DriverFactory: Sync + Send {
    fn name(&self) -> &'static str;
fn new(&self) -> Box<dyn Driver>; }

Required methods

fn name(&self) -> &'static str

fn new(&self) -> Box<dyn Driver>

Loading content...

Implementors

Loading content...