pub trait Tabled { // Required method fn get_table(&self) -> &str; }
Entities related to a specific table