Skip to main content

KeyGenerator

Trait KeyGenerator 

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

Required Methods§

Source

fn key_constraints(&self, table: &Table) -> Vec<String>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§