Trait db_helpers::Table[][src]

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

Required methods

Implementors