Trait sqlx_model::ModelTableName[][src]

pub trait ModelTableName {
    fn table_name() -> TableName;
}

Required methods

Implementors