pub trait CreateStatement {
    fn create_statement(&self) -> String;
}

Required Methods§

Implementors§