Trait rorm_db::sql::drop_table::DropTable
source · pub trait DropTable {
// Required methods
fn if_exists(self) -> Self;
fn build(self) -> String;
}Expand description
Trait representing a drop table builder.