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

Required Methods§

Implementors§