1 2 3 4
pub trait Model { fn table_name() -> &'static str; fn columns() -> &'static [&'static str]; }