DropTableQuery

Trait DropTableQuery 

Source
pub trait DropTableQuery<Table: Entity> {
    // Required method
    fn get_exists(&self) -> bool;
}

Required Methods§

Source

fn get_exists(&self) -> bool

Implementors§