Skip to main content

CreateTableQuery

Trait CreateTableQuery 

Source
pub trait CreateTableQuery<Table>
where Table: Entity,
{ // Required method fn get_not_exists(&self) -> bool; }

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§