pub trait Table: Iden + Unquote { type Unquoted: Table; const UNQUOTED: Self::Unquoted; const QUOTE: &'static str; }