pub trait Table {
    fn table_name() -> String;
}

Required methods

Implementors