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

Required Methods§

Implementors§