Skip to main content

TableConstraintGenerator

Trait TableConstraintGenerator 

Source
pub trait TableConstraintGenerator {
    // Required method
    fn table_check_constraints(&self, table: &Table) -> Vec<String>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§