pub trait CreateTableQuery<Table>where
Table: Entity,{
// Required method
fn get_not_exists(&self) -> bool;
}Required Methods§
fn get_not_exists(&self) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".